We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c1d92 commit fa697a1Copy full SHA for fa697a1
1 file changed
src/modules/disable-services/start_chroot_script
@@ -9,7 +9,7 @@ set -ex
9
source /common.sh
10
install_cleanup_trap
11
12
-apt-get update --allow-releaseinfo-change
+apt-get update
13
if [ $( is_in_apt policykit-1 ) -eq 1 ]; then
14
sudo apt-get -y install policykit-1
15
fi
0 commit comments