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