Compare commits

..

No commits in common. "f23a606c2de4a9a7d46c7d0475253198284fa4eb" and "fee58193321a2afd8822d04128a61df357794b5b" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -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_ok "Installed Gitea" msg_info "Installed Gitea"
msg_info "Creating Service" msg_info "Creating Service"
cat <<EOF >/etc/systemd/system/gitea.service cat <<EOF >/etc/systemd/system/gitea.service