Browse Source

Add curl

pull/456/head
Xavier Petit 4 years ago
parent
commit
55abb62cab
No known key found for this signature in database
GPG Key ID: CA3F2B17E25ABD26
  1. 2
      scripts/install_ubuntu.sh

2
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)

Loading…
Cancel
Save