diff options
author | zachir <zachir@librem.one> | 2022-08-13 01:58:08 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-08-13 01:58:08 -0500 |
commit | 570d8bdcc952ea936727c0ce649548a0b5e1d85b (patch) | |
tree | d5b0b47c0b1df2d97fc806924aca79d5d47b7798 | |
parent | 148fc093563c0a5430ea6e9b419c08b611242fb7 (diff) |
fix issue in zirless
-rw-r--r-- | zirless.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -124,7 +124,6 @@ Include = /etc/pacman.d/mirrorlist-arch " >> /etc/pacman.conf >/dev/null 2>&1 pacman -Syy pacman-key --refresh-keys ;} - >> /etc/pacman.conf 2>/dev/null ;} manualinstall() { # Installs $1 manually if not installed. Used only for AUR helper here. [ -f "/usr/bin/$1" ] || ( |