File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ autoinstall:
1919 - iptables
2020
2121 late-commands :
22- - " curtin in-target --target=/target -- apt update && apt install -y chrony build-essential iw iwd avahi-utils"
22+ - " curtin in-target --target=/target -- apt-get update"
23+ - " curtin in-target --target=/target -- apt-get install -y chrony build-essential iw iwd avahi-utils"
2324 - " mkdir -p /target/usr/src/dappnode"
2425 - " cp -ar /cdrom/dappnode/* /target/usr/src/dappnode/"
2526 - " cp -a /cdrom/dappnode/scripts/rc.local /target/etc/rc.local"
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ autoinstall:
3333 timezone : UTC
3434
3535 late-commands :
36- - " curtin in-target --target=/target -- apt update && apt install -y chrony build-essential iw iwd avahi-utils"
36+ - " curtin in-target --target=/target -- apt-get update"
37+ - " curtin in-target --target=/target -- apt-get install -y chrony build-essential iw iwd avahi-utils"
3738 - " mkdir -p /target/usr/src/dappnode"
3839 - " cp -ar /cdrom/dappnode/* /target/usr/src/dappnode/"
3940 - " cp -a /cdrom/dappnode/scripts/rc.local /target/etc/rc.local"
You can’t perform that action at this time.
0 commit comments