Merged Changes #3

Merged
coolaj86 merged 34 commits from josh/gitea-installer.sh:master into master 2018-08-21 01:02:07 +00:00
Showing only changes of commit c1a0669e6e - Show all commits

View File

@ -39,8 +39,8 @@ sudo chown -R gitea:gitea /opt/gitea/ /var/log/gitea
# Download and install gitea # Download and install gitea
# Check if architecure is i386 and download Gitea # Check if architecure is i386 and download Gitea
sudo curl -fsSL -o "/opt/gitea/gitea-$VER" "https://dl.gitea.io/gitea/$VER/gitea-$VER-linux-386"
if [ -n "$(uname -a | grep i386)" ]; then if [ -n "$(uname -a | grep i386)" ]; then
sudo curl -fsSL -o "/opt/gitea/gitea-$VER" "https://dl.gitea.io/gitea/$VER/gitea-$VER-linux-386"
fi fi
# Check if architecure is x86 and download Gitea # Check if architecure is x86 and download Gitea