mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-11 15:56:11 +01:00
Update cyberpanel.sh
fix oracle ubuntu arm
This commit is contained in:
@@ -1040,6 +1040,10 @@ else
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y python3-venv
|
||||
Check_Return
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y cron inetutils-ping
|
||||
Check_Return
|
||||
# Oracle Ubuntu ARM misses ping and cron
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive apt install -y locales
|
||||
locale-gen "en_US.UTF-8"
|
||||
update-locale LC_ALL="en_US.UTF-8"
|
||||
|
||||
Reference in New Issue
Block a user