mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 00:06:09 +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
|
DEBIAN_FRONTEND=noninteractive apt install -y python3-venv
|
||||||
Check_Return
|
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
|
DEBIAN_FRONTEND=noninteractive apt install -y locales
|
||||||
locale-gen "en_US.UTF-8"
|
locale-gen "en_US.UTF-8"
|
||||||
update-locale LC_ALL="en_US.UTF-8"
|
update-locale LC_ALL="en_US.UTF-8"
|
||||||
|
|||||||
Reference in New Issue
Block a user