From 40aee292e3cbc3a74449e1e1790073ff07878ece Mon Sep 17 00:00:00 2001 From: quydang <81231812+quydang04@users.noreply.github.com> Date: Sat, 16 Dec 2023 09:04:58 +0700 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d49ee967..b0b2d16a 100644 --- a/install.sh +++ b/install.sh @@ -70,8 +70,8 @@ install_base() { centos|fedora) yum -y update && yum install -y -q wget curl tar ;; - arch) - pacman -Syu --noconfirm wget curl tar + arch|manjaro) + pacman -Syu && pacman -Syu --noconfirm wget curl tar ;; *) apt-get update && apt-get upgrade -y && apt install -y -q wget curl tar