diff --git a/scripts/installPreferences.sh b/scripts/installPreferences.sh index 39dfe41..fd6175a 100755 --- a/scripts/installPreferences.sh +++ b/scripts/installPreferences.sh @@ -146,6 +146,12 @@ function install-preferences { # Utils inst moreutils screen ncdu htop proxytunnel pass pv curl sshfs netcat + if [ $ARCH ]; then + inst pkgfile + if [ $ROOT ]; then + systemctl enable pkgfile-update.timer + fi + fi # Text editor inst vim