Update default.sh

This commit is contained in:
osconlab 2023-04-02 21:31:02 +02:00
parent cf8a33fec0
commit 98c800c9d9
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
apt update && sudo apt upgrade -y
apt install htop curl -y
chmod +x ./docker.sh
while true; do
read -p "Do you wish to install docker: ?" yn
case $yn in