Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster f23a606c2d
Update gitea-install.sh
change `msg_info` to `msg_ok`
2024-07-26 05:06:15 -04:00
tteckster c31cc19c5f
Update gitea.sh
remove line
2024-07-26 05:02:09 -04:00
2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,6 @@ cat <<"EOF"
/ /_/ // // /_/ __/ /_/ /
\____//_/ \__/\___/\__,_/
EOF
}
header_info

View File

@ -32,7 +32,7 @@ chown -R gitea:gitea /var/lib/gitea/
chmod -R 750 /var/lib/gitea/
chown root:gitea /etc/gitea
chmod 770 /etc/gitea
msg_info "Installed Gitea"
msg_ok "Installed Gitea"
msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/gitea.service
@ -74,4 +74,4 @@ customize
msg_info "Cleaning up"
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"
msg_ok "Cleaned"