Fix stupid curl issue
This commit is contained in:
parent
113a6f654d
commit
196b7f534b
1 changed files with 6 additions and 0 deletions
|
@ -15,6 +15,12 @@ rm -f /etc/systemd/network/99-default.link
|
||||||
ln -s /dev/null /etc/systemd/network/99-default.link
|
ln -s /dev/null /etc/systemd/network/99-default.link
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# For some reason curl doesnt recognize CA in any cert
|
||||||
|
# and this is fixed by regerating links in /etc/ssl/certs/ ...
|
||||||
|
on_chroot << EOF
|
||||||
|
update-ca-certificates -f -v
|
||||||
|
EOF
|
||||||
|
|
||||||
# Run the actual install
|
# Run the actual install
|
||||||
on_chroot << EOF
|
on_chroot << EOF
|
||||||
apt-get install insserv resolvconf -y
|
apt-get install insserv resolvconf -y
|
||||||
|
|
Loading…
Reference in a new issue