From 0931e205503a84a5d6d79644d51b12f93945160d Mon Sep 17 00:00:00 2001 From: Rasmus Lauritsen Date: Sun, 15 Dec 2024 23:20:04 +0100 Subject: [PATCH] Whoops --- setup-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-ubuntu.sh b/setup-ubuntu.sh index 091dced..b02971c 100755 --- a/setup-ubuntu.sh +++ b/setup-ubuntu.sh @@ -65,7 +65,7 @@ eval "$(register-python-argcomplete pipx)" ### Fastfetch ### echo "📦 Installing Fastfetch..." sudo add-apt-repository -y ppa:zhangsongcui3371/fastfetch > /dev/null -sudo nala update -y > /dev/null +sudo nala update > /dev/null sudo nala install -y fastfetch > /dev/null ### Docker ###