Removed packages

This commit is contained in:
alvinlollo
2025-10-27 19:31:29 +11:00
committed by GitHub
parent 92132bc81a
commit 52401247d5
+2 -2
View File
@@ -16,7 +16,7 @@ echo '
set -eux pipefail
# Install prerequisites
sudo pacman -Syu git zsh curl git build-essential whiptail uidmap
sudo pacman -Syu git zsh curl git
# Do not exit on fail
set +eux
@@ -74,7 +74,7 @@ git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay -S asciinema-agg asciinema-agg-debug celt celt-debug cloudflare-warp-bin cloudflare-warp-bin-debug davs2 davs2-debug dirb lib32-blas lib32-lzo lib32-lzo-debug mingw-w64-tools mingw-w64-tools-debug proton-pass-bin proton-pass-bin-debug python-ufonormalizer steam-devices-git websockify websockify-debug xwaylandvideobridge xwaylandvideobridge-debug zen-browser-bin
yay -S uidmap asciinema-agg asciinema-agg-debug celt celt-debug cloudflare-warp-bin cloudflare-warp-bin-debug davs2 davs2-debug dirb lib32-blas lib32-lzo lib32-lzo-debug mingw-w64-tools mingw-w64-tools-debug proton-pass-bin proton-pass-bin-debug python-ufonormalizer steam-devices-git websockify websockify-debug xwaylandvideobridge xwaylandvideobridge-debug zen-browser-bin
# Do not print commands
set +x