Compare commits
No commits in common. "f3beae1cb69bf9e026538aa1589f6c45d4153dfc" and "62e3e4728f83751066234b746433846d7c48c569" have entirely different histories.
f3beae1cb6
...
62e3e4728f
@ -240,26 +240,17 @@ done
|
|||||||
|
|
||||||
#uninstalling unused packages
|
#uninstalling unused packages
|
||||||
echo Uninstalling unused packages
|
echo Uninstalling unused packages
|
||||||
#sudo pacman -Rns - <"$setupdir/packages/uninstall.txt"
|
sudo pacman -Rns - <"$setupdir/packages/uninstall.txt"
|
||||||
while read package; do
|
|
||||||
sudo pacman -Rns "$package"
|
|
||||||
done <"$setupdir/packages/uninstall.txt"
|
|
||||||
echo Uninstalled unused packages
|
echo Uninstalled unused packages
|
||||||
|
|
||||||
#pacman programs
|
#pacman programs
|
||||||
echo Installing default pacman programs
|
echo Installing default pacman programs
|
||||||
#sudo pacman -S --needed - <"$setupdir/packages/officialpkgs.txt"
|
sudo pacman -S --needed - <"$setupdir/packages/officialpkgs.txt"
|
||||||
while read package; do
|
|
||||||
sudo pacman -S --needed "$package" || echo "$package" >>notfoundpackages.txt
|
|
||||||
done <"$setupdir/packages/officialpkgs.txt"
|
|
||||||
echo Installed official programs
|
echo Installed official programs
|
||||||
|
|
||||||
#install wine
|
#install wine
|
||||||
echo Installing wine
|
echo Installing wine
|
||||||
#sudo pacman -S --needed - <"$setupdir/packages/winepkgs.txt"
|
sudo pacman -S --needed - <"$setupdir/packages/winepkgs.txt"
|
||||||
while read package; do
|
|
||||||
sudo pacman -S --needed "$package" || echo "$package" >>notfoundpackages.txt
|
|
||||||
done <"$setupdir/packages/winepkgs.txt"
|
|
||||||
echo Installed wine
|
echo Installed wine
|
||||||
|
|
||||||
# install paru-bin with yay, or download paru from github
|
# install paru-bin with yay, or download paru from github
|
||||||
|
@ -92,7 +92,6 @@ piper
|
|||||||
pipewire
|
pipewire
|
||||||
pipewire-alsa
|
pipewire-alsa
|
||||||
pipewire-jack
|
pipewire-jack
|
||||||
obviousbogus
|
|
||||||
pipewire-pulse
|
pipewire-pulse
|
||||||
playerctl
|
playerctl
|
||||||
polkit-gnome
|
polkit-gnome
|
||||||
|
Loading…
Reference in New Issue
Block a user