From 4cc3a70c6445fa1ab8fc025c4cf91b469c07f416 Mon Sep 17 00:00:00 2001 From: scossa Date: Sun, 17 Aug 2025 19:55:30 +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 0e78a62..a05a94d 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 -y +sudo apt update && sudo apt install curl -y && sudo apt install chromium -y || echo "Hai Ubuntu!" echo sudo curl https://repo.esiliati.org/scossa/chtunn/raw/branch/main/chtunn.sh -o /usr/bin/chtunn.sh