From 99f7a27ea28e50e28b0f4fb6afa123d50d5c3385 Mon Sep 17 00:00:00 2001 From: Josh Mudge Date: Sat, 23 Jun 2018 21:44:29 -0600 Subject: [PATCH] Update and make ARMv7 version. --- install.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.bash b/install.bash index f6ab6ee..775438e 100644 --- a/install.bash +++ b/install.bash @@ -1,6 +1,6 @@ #!/bin/bash -VER=1.4.1 +VER=1.4.2 # wget -O install-gitea.bash https://git.coolaj86.com/coolaj86/gitea-installer/raw/master/install.bash; bash install-gitea.bash # or @@ -14,7 +14,7 @@ sudo mkdir -p /opt/gitea/ /var/log/gitea sudo chown -R gitea:gitea /opt/gitea/ /var/log/gitea # Download and install gitea -sudo wget -O "/opt/gitea/gitea-$VER" "https://dl.gitea.io/gitea/$VER/gitea-$VER-linux-amd64" +sudo wget -O "/opt/gitea/gitea-$VER" "https://dl.gitea.io/gitea/$VER/gitea-$VER-linux-arm-7" sudo chmod +x /opt/gitea/gitea-$VER rm -f /opt/gitea/gitea ln -sf gitea-$VER /opt/gitea/gitea @@ -66,4 +66,4 @@ echo "" # sleep 5 # swapoff /tmp.swap -# rm /tmp.swap \ No newline at end of file +# rm /tmp.swap