Added pkgfile to preferences
This commit is contained in:
parent
f679c67d9d
commit
8aff00d3c4
|
@ -146,6 +146,12 @@ function install-preferences {
|
||||||
|
|
||||||
# Utils
|
# Utils
|
||||||
inst moreutils screen ncdu htop proxytunnel pass pv curl sshfs netcat
|
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
|
# Text editor
|
||||||
inst vim
|
inst vim
|
||||||
|
|
Loading…
Reference in a new issue