From 5decb77f1e3473c08732c72d9123afe8ea9395f2 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 5 Feb 2025 18:49:38 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/install/ubuntu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index a99b8dfaf..44bdc2a41 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -23,7 +23,8 @@ apt install ntpdate -y apt update -y apt autoremove -y -apt install -y wget curl lsof unzip +apt install -y wget curl unzip +apt install -y lsof apt install -y rar unrar apt install -y xz-utils apt install -y python3-pip