change behaviour to also update on apply

This commit is contained in:
Didier Slof 2023-09-01 03:36:34 +02:00
parent d7f228600c
commit b4c79069d4
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
super_apply() {
pacman -Syyu
pacman -S --needed sudo reflector
if ! grep -q "Reflector" /etc/pacman.d/mirrorlist; then
cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.bak

View file

@ -1,6 +1,7 @@
#!/bin/sh
describe="Install stuff on the system!"
scripts="@distro @self"
super_apply() {
cp files/sudoers /etc/sudoers