Resolve apt-get update issue on rock64

This commit is contained in:
Taylor Helsper 2021-09-28 19:52:59 -05:00
parent 1c8c009f8b
commit 208a6e44c8

View File

@ -91,7 +91,7 @@ if ! skip_base_upgrades ; then
# Check for updates (might auto-install all updates later) # Check for updates (might auto-install all updates later)
export DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND=noninteractive
$TORIFY apt-get update $TORIFY apt-get update --allow-releaseinfo-change
# Freeze any packages we don't want to update # Freeze any packages we don't want to update
if [ $IS_X86 = 1 ]; then if [ $IS_X86 = 1 ]; then