diff options
-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 |