diff --git a/setup/so-functions b/setup/so-functions index 2b103e396..cb88f8dcf 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -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."