FIx a bug in update procedure and general code maintenance (#3974)

This commit is contained in:
Slaviša Arežina
2025-04-22 11:51:50 +02:00
committed by GitHub
parent 3297df1d50
commit 0373324653
2 changed files with 43 additions and 44 deletions

View File

@@ -15,10 +15,10 @@ update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
git \
gnupg \
apache2 \
libapache2-mod-wsgi-py3
git \
gnupg \
apache2 \
libapache2-mod-wsgi-py3
msg_ok "Installed Dependencies"
msg_info "Installing Python"