diff --git a/install.sh b/install.sh index 03eeab7..83f96d6 100644 --- a/install.sh +++ b/install.sh @@ -1,8 +1,7 @@ #!/bin/bash #install programms cd ~/.dotfiles/ -pacman -S --needed $(comm -12 <(pacman -Slq | sort) <(sort pkglist.txt)) +sudo pacman -S --needed $(comm -12 <(pacman -Slq | sort) <(sort pkglist.txt)) #extract dotfiles into home directory cd ~/.dotfiles/ -stow bash git qtile vim Xorg - +sudo stow bash git qtile vim Xorg \ No newline at end of file