summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-10-11 09:34:46 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-10-11 09:34:46 -0400
commit936f530a79c63b15369e97a02c2171de631c8c37 (patch)
tree3f2cedc7fb57510a28c51adaa6c66aa83bae811b
parentac3a23c6a4209d60c40d4d245403cb988cce88cc (diff)
fix?
-rw-r--r--larbs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/larbs.sh b/larbs.sh
index 01cacd1..abc2705 100644
--- a/larbs.sh
+++ b/larbs.sh
@@ -65,8 +65,8 @@ adduserandpass() { \
refreshkeys() { \
dialog --infobox "Refreshing Arch Keyring..." 4 40
- pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
pacman -Q artix-keyring >/dev/null 2>&1 && pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
+ pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
}
newperms() { # Set special sudoers settings for install (or after).