forked from Sophia/thelinuxlist
added traefik script, and updated hugo script
This commit is contained in:
@ -23,6 +23,9 @@ fi
|
||||
if [ -n "$(uname -a | grep armv7l)" ]; then
|
||||
curl -fsSL -o "/tmp/hugo/hugo_"$VER"-arm.tar.gz" "https://github.com/gohugoio/hugo/releases/download/v$VER/hugo_"$VER"-arm.tar.gz"
|
||||
echo "Hugo Extended is not supported on armv7l, Installing Hugo standard"
|
||||
sudo apt update
|
||||
sudo apt install snapd
|
||||
sudo snap install dart-sass
|
||||
fi
|
||||
cd /tmp/hugo/
|
||||
tar -xzf /tmp/hugo/*.tar.gz
|
||||
|
Reference in New Issue
Block a user