Skip to content

Commit

Permalink
Update cyberpanel.sh
Browse files Browse the repository at this point in the history
fix oracle ubuntu arm
  • Loading branch information
qtwrk authored Jun 23, 2023
1 parent 6c40305 commit 5bcb51c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5bcb51c

Please sign in to comment.