Skip to content

Commit

Permalink
Use apt_update_skip in disable-services module
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Dec 15, 2024
1 parent 222f2d5 commit d89b6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/disable-services/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -ex
source /common.sh
install_cleanup_trap

apt-get update --allow-releaseinfo-change --allow-releaseinfo-change
apt_update_skip
if [ $( is_in_apt policykit-1 ) -eq 1 ]; then
apt-get -y install policykit-1
fi
Expand Down

0 comments on commit d89b6c4

Please sign in to comment.