Update cyberpanel.sh

fix oracle ubuntu arm
This commit is contained in:
qtwrk 2023-06-23 17:13:34 +02:00 committed by GitHub
parent 6c40305d04
commit 5bcb51cd42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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