added packages
This commit is contained in:
parent
4a6b5ffd2d
commit
3dd105acff
2 changed files with 13 additions and 2 deletions
|
@ -48,11 +48,14 @@ log "installing paru"
|
|||
|
||||
log "installing extra packages"
|
||||
echo "
|
||||
paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam ttf-firacode-nerd
|
||||
paru -Sy --noconfirm tealdeer nnn-nerd ttf-ms-fonts discord visual-studio-code-bin opam ttf-firacode-nerd xviewer
|
||||
" | arch-chroot -u user "$ROOT"
|
||||
|
||||
|
||||
log "clearing caches"
|
||||
echo '
|
||||
paru -cca --noconfirm
|
||||
' | arch-chroot -u user "$ROOT"
|
||||
rm -fr "$ROOT/home/user/.cache"
|
||||
rm -fr "$ROOT/var/cache/"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue