From b9eee76b6ea3832bf3249e77cda9e3ccbcdd9ea2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 15 Jun 2024 23:24:36 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 1837772d8..1cfbcc31d 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -10,6 +10,7 @@ if grep -Eq "Ubuntu" /etc/*-release; then fi apt update -y +apt autoremove -y apt install -y wget curl lsof unzip apt install -y rar unrar