From ee0b3841faaa79702917967c1ad79fd120ce2955 Mon Sep 17 00:00:00 2001 From: scossa Date: Fri, 24 Nov 2023 00:07:26 +0100 Subject: [PATCH] Update easysetup.sh --- easysetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easysetup.sh b/easysetup.sh index 8e7e33a..2b2db19 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 && sudo apt install chromium-browser -y +sudo apt update && sudo apt install curl -y && sudo apt install chromium -y && sudo apt install chromium-browser -y echo sudo curl https://repo.esiliati.org/scossa/chtunn/raw/branch/main/chtunn.sh -o /usr/bin/chtunn.sh