summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-08-12 02:30:44 -0500
committerzachir <zachir@librem.one>2022-08-12 02:30:44 -0500
commita14391c16d9111503d89d53d25bd396a06c00d59 (patch)
tree0c0b8e585709330f525a77fbf366080ae9169a8b
parent1515c1a75cf1d5746b2ebe953eff47368f910784 (diff)
fix missing ; in zirless
-rw-r--r--zirless.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zirless.sh b/zirless.sh
index a5e3965..a413c1a 100644
--- a/zirless.sh
+++ b/zirless.sh
@@ -87,7 +87,7 @@ Include = /etc/pacman.d/mirrorlist-arch
Include = /etc/pacman.d/mirrorlist-arch
" >> /etc/pacman.conf >/dev/null 2>&1
pacman -Syy
- pacman-key --refresh-keys }
+ pacman-key --refresh-keys ;}
manualinstall() { # Installs $1 manually if not installed. Used only for AUR helper here.
[ -f "/usr/bin/$1" ] || (