Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Oct 11, 2023
1 parent 473663c commit bdf06a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ rm -rf /var/cache/pacman/pkg
# delete packages
set +e
pacman --noconfirm -Rdd ${PACKAGES_TO_DELETE} 2>/dev/null
pacman --noconfirm -Rnsdd ${PACKAGES_TO_DELETE}
set -e
# install packages
Expand Down

0 comments on commit bdf06a5

Please sign in to comment.