Skip to content

Commit fa697a1

Browse files
committed
Buster is not default, should work without this flag
1 parent 33c1d92 commit fa697a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/disable-services/start_chroot_script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -ex
99
source /common.sh
1010
install_cleanup_trap
1111

12-
apt-get update --allow-releaseinfo-change
12+
apt-get update
1313
if [ $( is_in_apt policykit-1 ) -eq 1 ]; then
1414
sudo apt-get -y install policykit-1
1515
fi

0 commit comments

Comments
 (0)