From a42bf287a43162abe893c5cbe0b529beba3c64b8 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 14 May 2021 15:57:07 -0400 Subject: [PATCH] Remove yay stuff from bootstrap script Note that I need to update the script later or simply provide a series of instructions so everything isn't dependant on one script. In the past it was nice to install Arch Linux with minimal if any console intervention, but the practicality of this is questionable since you only have to install Arch once. A more specialized script could be useful for mass installations, although in this case I assume one would create such a script on-the-spot. --- .archlinux/bootstrap.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.archlinux/bootstrap.sh b/.archlinux/bootstrap.sh index 346ada84..b6c7076c 100755 --- a/.archlinux/bootstrap.sh +++ b/.archlinux/bootstrap.sh @@ -24,14 +24,6 @@ make package=xeventbind # Install and set the default toolchain for rust make rust -# Install yay -make aur package=yay - -# Install aur packages with yay -yay -S rtv -yay -S polybar -yay -S gotop - # Additional settings make fontconfig make yarnconfig