Merge branch 'stable' into v2.3.4

This commit is contained in:
usman@cyberpersons.com
2023-06-24 16:22:46 +05:00

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"