From 7ffa8a658cd73a5fb35989ff644960406ba5f73c Mon Sep 17 00:00:00 2001 From: scossa Date: Sun, 17 Aug 2025 19:56:35 +0200 Subject: [PATCH] Update easysetup.sh --- easysetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easysetup.sh b/easysetup.sh index aea4c59..2729d6c 100644 --- a/easysetup.sh +++ b/easysetup.sh @@ -7,7 +7,7 @@ fi echo "Scarico Chromium, curl e chtunn.sh" echo -sudo apt update && sudo apt install curl -y && sudo apt install chromium-browser -y || echo "Hai Ubuntu!" +sudo apt update && sudo apt install curl -y && sudo apt install chromium -y || echo -e "\nHai Ubuntu!\n" echo sudo curl https://repo.esiliati.org/scossa/chtunn/raw/branch/main/chtunn.sh -o /usr/bin/chtunn.sh