main
sh 11 lines 278 Bytes
Raw
1 #!/bin/bash
2 set -e
3
4 echo "====================BASE PACKAGES1 START===================="
5
6 apt-get update && apt-get upgrade -y
7
8 apt-get install -y --no-install-recommends \
9 sudo curl wget git cron unzip 7zip
10
11 echo "====================BASE PACKAGES1 END===================="