1
0
Fork 0

add setup for pkgfile

This commit is contained in:
Pratham Patel 2022-12-21 18:47:30 +05:30
parent 8ca6dc2cfb
commit 6adcfc9978
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,9 @@ 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
"
################################################################################

View File

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