Rest of H-letter applications ported

This commit is contained in:
Sam Heinz
2024-04-09 23:20:12 +10:00
parent 4a20701745
commit eecb888e6a
15 changed files with 24 additions and 10 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ $STD apt-get install -y \
libavutil-dev \
libavfilter-dev \
libmariadb-dev-compat \
libatlas-base-dev
libatlas-base-dev \
wget
msg_ok "Installed Dependencies"
#RELEASE=$(curl -s https://www.python.org/downloads/ | grep -oP 'Download Python \K\d+\.\d+\.\d+' | head -1)
+1
View File
@@ -17,6 +17,7 @@ msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Updating Python3"
+1
View File
@@ -19,6 +19,7 @@ $STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y avahi-daemon
$STD apt-get install -y gnupg2
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Setting up Homebridge Repository"
+1
View File
@@ -22,6 +22,7 @@ $STD apt-get install -y g++
$STD apt-get install -y gcc
$STD apt-get install -y ca-certificates
$STD apt-get install -y gnupg
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"
+1
View File
@@ -18,6 +18,7 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y pip
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing Homer"
+1
View File
@@ -18,6 +18,7 @@ $STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y gpg
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing HyperHDR"
+1
View File
@@ -21,6 +21,7 @@ $STD apt-get install -y lsb-release
$STD apt-get install -y gpg
$STD apt-get install -y apt-transport-https
$STD apt-get install -y libpython3.11
$STD apt-get install -y wget
msg_ok "Installed Dependencies"