Ported remaining apps

This commit is contained in:
Sam Heinz
2024-04-13 18:32:32 +10:00
parent 008edc532c
commit d6da0528cf
72 changed files with 237 additions and 206 deletions
+3 -1
View File
@@ -29,7 +29,8 @@ $STD apt-get install -y --no-install-recommends \
sudo \
git \
make \
mc
mc \
wget
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
@@ -38,6 +39,7 @@ $STD apt-get install -y \
python3-dev \
python3-setuptools \
python3-pip
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Updated Python3"
msg_info "Setting up Node.js Repository"