From 55abb62cab013249cc8baa17361b0cdc82dc1a7f Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Tue, 4 Feb 2020 22:53:26 +0000 Subject: [PATCH] Add curl --- scripts/install_ubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) 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)