From b7547842421f36877c1e9c360c3213fd33c5f029 Mon Sep 17 00:00:00 2001
From: Mateja <mail@matejamaric.com>
Date: Thu, 15 Apr 2021 20:51:26 +0200
Subject: Install Hugo.

---
 setup.sh | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
cgit v1.2.3