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:
authorArtur <45873008+xqzts@users.noreply.github.com>2026-03-04 14:36:45 +0300
committerGitHub <noreply@github.com>2026-03-04 14:36:45 +0300
commit874aae8080b587877ef3cf7d0048f79e09fb7233 (patch)
treee0d103d412581f36de6e26bf1beef33e1d3ffc14 /install.sh
parent842fae18d7acd5d42300052a54d3bbf950cea8b9 (diff)
Add cron to ubuntu packages (#3875)
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 46207777..9d1aeb6b 100644
--- a/install.sh
+++ b/install.sh
@@ -76,7 +76,7 @@ is_port_in_use() {
install_base() {
case "${release}" in
ubuntu | debian | armbian)
- apt-get update && apt-get install -y -q curl tar tzdata socat ca-certificates
+ apt-get update && apt-get install -y -q cron curl tar tzdata socat ca-certificates
;;
fedora | amzn | virtuozzo | rhel | almalinux | rocky | ol)
dnf -y update && dnf install -y -q curl tar tzdata socat ca-certificates