mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-06 16:46:39 +10:00
Removed packages
This commit is contained in:
+2
-2
@@ -16,7 +16,7 @@ echo '
|
|||||||
set -eux pipefail
|
set -eux pipefail
|
||||||
|
|
||||||
# Install prerequisites
|
# 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
|
# Do not exit on fail
|
||||||
set +eux
|
set +eux
|
||||||
@@ -74,7 +74,7 @@ git clone https://aur.archlinux.org/yay.git
|
|||||||
cd yay
|
cd yay
|
||||||
makepkg -si
|
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
|
# Do not print commands
|
||||||
set +x
|
set +x
|
||||||
|
|||||||
Reference in New Issue
Block a user