aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-15 20:51:26 +0200
committerMateja <mail@matejamaric.com>2021-04-15 20:51:26 +0200
commitb7547842421f36877c1e9c360c3213fd33c5f029 (patch)
treea31b1213f1ce6decdf4718540699f2e7ee00a062
parent433529de8bd63be268d2a4b3acfe20ea4eaa479b (diff)
downloadsetup-scripts-b7547842421f36877c1e9c360c3213fd33c5f029.tar.gz
setup-scripts-b7547842421f36877c1e9c360c3213fd33c5f029.zip
Install Hugo.
-rwxr-xr-xsetup.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 48ce100..cfc26a9 100755
--- a/setup.sh
+++ b/setup.sh
@@ -124,6 +124,8 @@ echo "deb-src https://deb.nodesource.com/$VERSION $DISTRO main" | sudo tee -a /e
sudo apt-get update
sudo apt-get install -y nodejs
+sudo apt -t buster-backports install -y hugo
+
if [[ $qtile_install ]]
then