From c0d8f931da58bb4dd463329e30b3c7f98505f48c Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Tue, 19 Dec 2023 14:26:00 +0330 Subject: v2.0.2 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1dc61e23..8c470cca 100644 --- a/install.sh +++ b/install.sh @@ -74,7 +74,7 @@ install_base() { pacman -Syu && pacman -Syu --noconfirm wget curl tar ;; *) - apt-get update && apt-get upgrade -y && apt install -y -q wget curl tar + apt-get update && apt install -y -q wget curl tar ;; esac } -- cgit v1.2.3