diff options
author | zachir <zachir@librem.one> | 2022-08-12 02:30:44 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-08-12 02:30:44 -0500 |
commit | a14391c16d9111503d89d53d25bd396a06c00d59 (patch) | |
tree | 0c0b8e585709330f525a77fbf366080ae9169a8b | |
parent | 1515c1a75cf1d5746b2ebe953eff47368f910784 (diff) |
fix missing ; in zirless
-rw-r--r-- | zirless.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" ] || ( |