diff options
author | Mateja <mail@matejamaric.com> | 2021-04-15 20:51:26 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-15 20:51:26 +0200 |
commit | b7547842421f36877c1e9c360c3213fd33c5f029 (patch) | |
tree | a31b1213f1ce6decdf4718540699f2e7ee00a062 | |
parent | 433529de8bd63be268d2a4b3acfe20ea4eaa479b (diff) | |
download | setup-scripts-b7547842421f36877c1e9c360c3213fd33c5f029.tar.gz setup-scripts-b7547842421f36877c1e9c360c3213fd33c5f029.zip |
Install Hugo.
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |