Update install.sh

This commit is contained in:
quydang 2023-12-16 09:04:58 +07:00 committed by GitHub
parent 26b41d1437
commit 40aee292e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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