1
0
Fork 0

do not use pkgfile, use a pacman alias instead

This commit is contained in:
Pratham Patel 2023-01-05 08:41:01 +05:30
parent 81d1febd7d
commit 5b6c9908cd
3 changed files with 1 additions and 5 deletions

View File

@ -12,9 +12,6 @@ ROOT_CRONTAB="# remove cache every 2 hours and update local db
# update the on-disk database every 6 hours
0 */6 * * * updatedb >/dev/null 2>&1
# update db for pkgfile
@reboot pkgfile --update 2>&1
# zfs scrub
0 0 1,15 * * /usr/sbin/zpool scrub
"

View File

@ -37,7 +37,7 @@ PKGS_TO_INSTALL+=(android-tools)
PKGS_TO_INSTALL+=(bat fd ripgrep tre tree)
# system utilities
PKGS_TO_INSTALL+=(hd-idle hdparm mlocate pkgfile tldr smartmontools wol)
PKGS_TO_INSTALL+=(hd-idle hdparm mlocate tldr smartmontools wol)
# compression
PKGS_TO_INSTALL+=(tar unrar unzip xz zip)

View File

@ -123,7 +123,6 @@ function git_repo_check()
# update everything (along with `rustup`)
doas pacman --sync --refresh --refresh --sysupgrade
doas pkgfile --update
# rust-lang
rustup default stable