Code refactoring

This commit is contained in:
tteckster
2023-06-21 10:43:49 -04:00
committed by GitHub
parent d8b7877775
commit 1e1a69e3f1
8 changed files with 63 additions and 27 deletions

View File

@@ -43,11 +43,13 @@ $STD apt-get install -y \
xvfb
msg_ok "Installed Dependencies"
msg_info "Installing Python3"
msg_info "Updating Python3"
$STD apt-get install -y \
python3 \
python3-dev \
python3-pip
msg_ok "Installed Python3"
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"
msg_info "Setting up Node.js Repository"
$STD bash <(curl -fsSL https://deb.nodesource.com/setup_18.x)