From 98c800c9d99089edc5eb8d69deca889351e68195 Mon Sep 17 00:00:00 2001 From: osconlab <129285747+osconlab@users.noreply.github.com> Date: Sun, 2 Apr 2023 21:31:02 +0200 Subject: [PATCH] Update default.sh --- default.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/default.sh b/default.sh index d513cbb..f68ae7d 100644 --- a/default.sh +++ b/default.sh @@ -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