moar readme and youtube-dl with pacman
This commit is contained in:
parent
e843519bc6
commit
69879056a8
@ -17,12 +17,23 @@ if [ $1 = "arch" ]; then
|
|||||||
# this enables the multilib repo. may fuck shit up.
|
# this enables the multilib repo. may fuck shit up.
|
||||||
sudo printf '[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' >>/etc/pacman.conf
|
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)
|
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)
|
yay -S $(cat packages/arch_yay)
|
||||||
|
|
||||||
# PKGBUILD to symlink sudo to doas
|
# 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
|
bash arch_doas-sudo.sh
|
||||||
|
# btw, you can undo this with pacman -S sudo
|
||||||
|
|
||||||
|
elif [ $1 = "debian" ]; then
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
bash dotfiles.sh
|
bash dotfiles.sh
|
||||||
|
@ -30,3 +30,4 @@ xorg-xauth
|
|||||||
xorg-xinit
|
xorg-xinit
|
||||||
xorg-xrdb
|
xorg-xrdb
|
||||||
xpdf
|
xpdf
|
||||||
|
youtube-dl
|
||||||
|
@ -1 +0,0 @@
|
|||||||
youtube-dl
|
|
Loading…
Reference in New Issue
Block a user