Merged Changes #3

Слито
coolaj86 слито 34 коммит(ов) из josh/gitea-installer.sh:master в master 2018-08-21 01:02:07 +00:00
Показать только изменения коммита 6f2ca3d312 - Показать все коммиты

Просмотреть файл

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