Merged Changes #3

Sapludināts
coolaj86 sapludināja 34 revīzijas no josh/gitea-installer.sh:master uz master 2018-08-21 01:02:07 +00:00
Rāda tikai revīzijas 735958f8f9 izmaiņas - Rādīt visas revīzijas

Parādīt failu

@ -15,6 +15,11 @@ sudo chown -R gitea:gitea /opt/gitea/ /var/log/gitea
# Download and install gitea
# Check if architecure is i386 and download Gitea
if [ -n "$(uname -a | grep i386)" ]; then
sudo wget -O "/opt/gitea/gitea-$VER" "https://dl.gitea.io/gitea/$VER/gitea-$VER-linux-386"
fi
# Check if architecure is x86 and download Gitea
if [ -n "$(uname -a | grep x86_64)" ]; then
sudo wget -O "/opt/gitea/gitea-$VER" "https://dl.gitea.io/gitea/$VER/gitea-$VER-linux-amd64"