Spaces:
Paused
Paused
| set -e | |
| echo "====================BASE PACKAGES1 START====================" | |
| apt-get update && apt-get upgrade -y | |
| apt-get install -y --no-install-recommends \ | |
| sudo curl wget git cron | |
| echo "====================BASE PACKAGES1 END====================" | |