Install curl in order to test for cloud

This commit is contained in:
Jason Ertel
2020-11-16 15:31:40 -05:00
parent 3bae243915
commit 5ae78d4108

View File

@@ -743,7 +743,7 @@ detect_os() {
systemctl start NetworkManager;
} >> "$setup_log" 2<&1
fi
apt-get install -y bc >> "$setup_log" 2>&1
apt-get install -y bc curl >> "$setup_log" 2>&1
else
echo "We were unable to determine if you are using a supported OS."