|
if [ -e /etc/pacman.d/instantmirrorlist ] && grep -q '\[instant\]' /etc/pacman.conf; then |
instantsudo instantutils repo does not seem to update /etc/pacman.conf
The grep -q '\[instant\]' /etc/pacman.conf command outputs nothing after running instantupdate, getting a prompt "issue with the instantos mirrorlist detected. fix now?", and selecting "yes"
instantUPDATE/instantupdate.sh
Line 82 in 3f70b53
instantsudo instantutils repodoes not seem to update/etc/pacman.confThe
grep -q '\[instant\]' /etc/pacman.confcommand outputs nothing after runninginstantupdate, getting a prompt "issue with the instantos mirrorlist detected. fix now?", and selecting "yes"