Update install/mailrise-install.sh

Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
choehn86 2025-01-09 10:48:24 -05:00 committed by GitHub
parent 12696b6720
commit 499117f369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,18 +14,15 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
$STD apt-get install -y \
python3 \
python3-dev \
python3-pip
curl \
sudo \
mc \
python3 \
python3-dev \
python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"
msg_ok "Installed Dependencies"
msg_info "Installing Mailrise"
$STD pip install mailrise