fix
This commit is contained in:
@@ -437,7 +437,7 @@ format-spacing = 1
|
|||||||
|
|
||||||
label-open =
|
label-open =
|
||||||
label-open-foreground = ${colors.icon-c1}
|
label-open-foreground = ${colors.icon-c1}
|
||||||
label-close =
|
label-close = x
|
||||||
label-close-foreground = ${colors.icon-c1}
|
label-close-foreground = ${colors.icon-c1}
|
||||||
label-separator = " "
|
label-separator = " "
|
||||||
label-separator-foreground = ${colors.foreground-alt}
|
label-separator-foreground = ${colors.foreground-alt}
|
||||||
|
|||||||
21
install-hugo-extended-debian.sh
Normal file
21
install-hugo-extended-debian.sh
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# APT UPDATE & APT UPGRADE
|
||||||
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
echo " "
|
||||||
|
echo " Hugo Extended v0.91.2 - Install"
|
||||||
|
echo " "
|
||||||
|
echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-"
|
||||||
|
|
||||||
|
sudo apt update && sudo apt upgrade -y
|
||||||
|
|
||||||
|
# Install Hugo Extended v0.91.2
|
||||||
|
|
||||||
|
cd /tmp/
|
||||||
|
wget https://github.com/gohugoio/hugo/releases/download/v0.91.2/hugo_extended_0.91.2_Linux-64bit.deb
|
||||||
|
|
||||||
|
echo "Enter your user password, to continue."
|
||||||
|
sudo apt install -y /tmp/hugo_extended_0.91.2_Linux-64bit.deb
|
||||||
|
|
||||||
|
|
||||||
|
read -p "Hugo Extended v0.91.2 Install - ALL DONE - Press a key to Exit"
|
||||||
Reference in New Issue
Block a user