diff --git a/scripts/install_ubuntu.sh b/scripts/install_ubuntu.sh index fded6d7e..ddb1f7c1 100755 --- a/scripts/install_ubuntu.sh +++ b/scripts/install_ubuntu.sh @@ -21,6 +21,8 @@ apt-get update apt-get -y upgrade apt-get -y autoremove --purge +apt-get -y install curl + # Remove outdated kernels # old_kernels=$(ls -1 /boot/config-* | sed '$d' | xargs -n1 basename | cut -d- -f2,3)