From 95fa18c75b4a5337c0a299f08cc91d0471f5cea5 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Thu, 21 Jan 2021 23:16:19 +0100 Subject: [PATCH] changed pikaur install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ffc792e..1771874 100644 --- a/install.sh +++ b/install.sh @@ -13,7 +13,7 @@ sudo sed -i 's/#Include = \/etc\/pacman.d\/mirrorlist/Include = \/etc\/pacman.d\ pikaur -Syu #install programms cd /home/$USER/.dotfiles/ -pikaur -S --needed - < pkglist.txt +pikaur -S --needed < pkglist.txt #install vs code extensions cd /home/$USER/.dotfiles/ cat code-extensions.txt | while read extension || [[ -n $extension ]];