mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
fee5819332
...
f23a606c2d
Author | SHA1 | Date |
---|---|---|
tteckster | f23a606c2d | |
tteckster | c31cc19c5f |
|
@ -15,7 +15,6 @@ cat <<"EOF"
|
||||||
/ /_/ // // /_/ __/ /_/ /
|
/ /_/ // // /_/ __/ /_/ /
|
||||||
\____//_/ \__/\___/\__,_/
|
\____//_/ \__/\___/\__,_/
|
||||||
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
header_info
|
header_info
|
||||||
|
|
|
@ -32,7 +32,7 @@ chown -R gitea:gitea /var/lib/gitea/
|
||||||
chmod -R 750 /var/lib/gitea/
|
chmod -R 750 /var/lib/gitea/
|
||||||
chown root:gitea /etc/gitea
|
chown root:gitea /etc/gitea
|
||||||
chmod 770 /etc/gitea
|
chmod 770 /etc/gitea
|
||||||
msg_info "Installed Gitea"
|
msg_ok "Installed Gitea"
|
||||||
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
cat <<EOF >/etc/systemd/system/gitea.service
|
cat <<EOF >/etc/systemd/system/gitea.service
|
||||||
|
@ -74,4 +74,4 @@ customize
|
||||||
msg_info "Cleaning up"
|
msg_info "Cleaning up"
|
||||||
$STD apt-get -y autoremove
|
$STD apt-get -y autoremove
|
||||||
$STD apt-get -y autoclean
|
$STD apt-get -y autoclean
|
||||||
msg_ok "Cleaned"
|
msg_ok "Cleaned"
|
||||||
|
|
Loading…
Reference in New Issue