zoddDev / dotfiles

My bspwm dotfiles. Get whatever you need! :)
711 stars 33 forks source link

Setup.sh Pacman broken #11

Closed swayz8148 closed 1 year ago

swayz8148 commented 1 year ago

The Pacman script is broken

the script will spam a y when it needs to put 1

image I am currently on phone so I can’t give much but I tested it and this happened

swayz8148 commented 1 year ago

would be cool to use but i cant even run the first thing i need so if you could fix it that would be cool

swayz8148 commented 1 year ago

i temp fixed it on my end but if you can find a better way go for it :)

yes | sudo pacman -Syu yes | sudo pacman -Sy --needed --overwrite "*" --nodeps --nodeps cat ./setup-scripts/resources/pacman-packages || exit 1

all i done was change the lines above to this sudo pacman -Syu sudo pacman -Sy --needed --overwrite "*" --nodeps --nodeps $(cat ./setup-scripts/resources/pacman-packages) || exit 1 and it no longer spams yes but the user needs to press enter (i think that is a better system anyway but idk what others will say)

swayz8148 commented 1 year ago

It fixed the spam but it doesn’t install anything lol

swayz8148 commented 1 year ago

ok it looks like its a dead project ggs wish it could be going still :(