i don't need conformation, i need drugs
This commit is contained in:
parent
8374e98494
commit
b8e5e1e5f6
4 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
super_apply() {
|
super_apply() {
|
||||||
pacman -Syyu
|
pacman -Syyu --noconfirm
|
||||||
pacman -S --needed sudo reflector
|
pacman -S --needed --noconfirm sudo reflector
|
||||||
if ! grep -q "Reflector" /etc/pacman.d/mirrorlist; then
|
if ! grep -q "Reflector" /etc/pacman.d/mirrorlist; then
|
||||||
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
|
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak
|
||||||
reflector -c NL -f 10 --threads 4 --save /etc/pacman.d/mirrorlist
|
reflector -c NL -f 10 --threads 4 --save /etc/pacman.d/mirrorlist
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
super_apply() {
|
super_apply() {
|
||||||
pacman -S --needed zsh cmake
|
pacman -S --needed --noconfirm zsh cmake
|
||||||
}
|
}
|
||||||
|
|
||||||
super_undo() {
|
super_undo() {
|
||||||
pacman -R zsh
|
pacman -R --noconfirm zsh
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
super_apply() {
|
super_apply() {
|
||||||
pacman -S --needed vim
|
pacman -S --needed --noconfirm vim
|
||||||
}
|
}
|
||||||
|
|
||||||
super_undo() {
|
super_undo() {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
super_apply() {
|
super_apply() {
|
||||||
pacman -S --needed alacritty
|
pacman -S --needed --noconfirm alacritty
|
||||||
}
|
}
|
||||||
|
|
||||||
super_undo() {
|
super_undo() {
|
||||||
|
|
Loading…
Reference in a new issue