Update install-hugo-extended-debian.sh

to v0.94.1
This commit is contained in:
ITmail-dk
2022-03-12 07:47:49 +01:00
committed by GitHub
parent 7a0aecb083
commit afbeff776c

View File

@@ -10,19 +10,19 @@ echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
sudo apt update && sudo apt upgrade -y
# Install Hugo Extended v0.91.2
# Install Hugo Extended v0.94.1
cd /tmp/
wget https://github.com/gohugoio/hugo/releases/download/v0.91.2/hugo_extended_0.91.2_Linux-64bit.deb
wget https://github.com/gohugoio/hugo/releases/download/v0.94.1/hugo_extended_0.94.1_Linux-64bit.deb
echo "Enter your user password, to continue install."
sudo apt install -y /tmp/hugo_extended_0.91.2_Linux-64bit.deb
sudo apt install -y /tmp/hugo_extended_0.94.1_Linux-64bit.deb
clear
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "
echo " Hugo Extended v0.91.2 Install - ALL DONE"
echo " Hugo Extended Install - ALL DONE"
echo " "
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
echo " "