From afbeff776cf82cdbd9cca01b0d932f5e3677c194 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Sat, 12 Mar 2022 07:47:49 +0100 Subject: [PATCH] Update install-hugo-extended-debian.sh to v0.94.1 --- install-scripts/install-hugo-extended-debian.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install-scripts/install-hugo-extended-debian.sh b/install-scripts/install-hugo-extended-debian.sh index 6f8b624..2bb243e 100644 --- a/install-scripts/install-hugo-extended-debian.sh +++ b/install-scripts/install-hugo-extended-debian.sh @@ -10,23 +10,23 @@ 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 " " cd ~/bspwm-install-ma-dte clear -read -p "Press a key to Exit" \ No newline at end of file +read -p "Press a key to Exit"