From 326dc0bc12ed61710643b62845c348b877fede51 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sun, 27 Sep 2020 14:07:43 +0200 Subject: [PATCH] Doublequotes --- arch-setup/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 9b7cb829..aef4a3e0 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -484,7 +484,7 @@ else fi #change shell -chsh -s /usr/bin/fish $USER +chsh -s /usr/bin/fish "$USER" #enable vnstat sudo systemctl enable vnstat