Port Matterbridge, MeTube, to ARM64

This commit is contained in:
Sam Heinz
2024-06-13 13:25:17 +10:00
parent fd9afbbef0
commit 6837ddd0c6
6 changed files with 17 additions and 4 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ $STD apt-get install -y --no-install-recommends \
make \
gnupg \
ca-certificates \
mc
mc \
wget
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"
+3 -1
View File
@@ -30,7 +30,8 @@ $STD apt-get install -y --no-install-recommends \
make \
gnupg \
ca-certificates \
mc
mc \
wget
msg_ok "Installed Dependencies"
msg_info "Installing Python3"
@@ -39,6 +40,7 @@ $STD apt-get install -y \
python3-dev \
python3-pip \
python3-venv
rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
msg_ok "Installed Python3"
msg_info "Setting up Node.js Repository"