1
0

moar readme and youtube-dl with pacman

This commit is contained in:
Deven Blake 2021-01-29 08:09:45 -05:00
parent e843519bc6
commit 69879056a8
3 changed files with 13 additions and 2 deletions

View File

@ -17,12 +17,23 @@ if [ $1 = "arch" ]; then
# this enables the multilib repo. may fuck shit up.
sudo printf '[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' >>/etc/pacman.conf
# because of this right here packages/all should have a trailing
# newline
sudo pacman -S $(cat packages/all packages/arch_pacman)
bash arch_yay.sh # builds yay for use with Arch Linux.
bash arch_yay.sh
yay -S $(cat packages/arch_yay)
# PKGBUILD to symlink sudo to doas
# sudo is provided by base-devel so this has to be done after the
# pacman stuff. however, it might be beneficial to do this before the
# yay stuff so it doesn't constantly prompt for the sudo password.
# all depends on how careful you wanna be.
bash arch_doas-sudo.sh
# btw, you can undo this with pacman -S sudo
elif [ $1 = "debian" ]; then
fi
bash dotfiles.sh

View File

@ -30,3 +30,4 @@ xorg-xauth
xorg-xinit
xorg-xrdb
xpdf
youtube-dl

View File

@ -1 +0,0 @@
youtube-dl