Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-19 13:56:00 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-19 14:13:00 +0300
commitc0d8f931da58bb4dd463329e30b3c7f98505f48c (patch)
treeb60f245c807933e344d4e590c95517dcb6ab10aa /install.sh
parenteec4d710977c98343b659ed81701b50a2ddfdb17 (diff)
v2.0.2
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
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
}