From 52401247d5e449b44dfff636147a7c9f618b7b6a Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:31:29 +1100 Subject: [PATCH] Removed packages --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 4b58fa5..91b5e6e 100755 --- a/install.sh +++ b/install.sh @@ -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