mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 13:38:11 +00:00
Resolve apt-get update issue on rock64
This commit is contained in:
parent
1c8c009f8b
commit
208a6e44c8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user