Port new scripts to arm64

This commit is contained in:
Sam Heinz
2024-10-22 16:32:46 +10:00
parent 8a4bb5d35d
commit 8dd3861a96
17 changed files with 97 additions and 79 deletions
+3 -1
View File
@@ -25,7 +25,9 @@ $STD apt-get install -y \
libsasl2-dev \
procps \
dnsutils \
ripgrep
ripgrep \
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing Python Dependencies"
+2
View File
@@ -19,6 +19,8 @@ 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
$STD apt-get install -y openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing Cockpit"
+3 -1
View File
@@ -21,7 +21,9 @@ $STD apt-get install -y \
sudo \
mc \
lsb-release \
gpg
gpg \
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Setting up evcc Repository"
+4 -2
View File
@@ -19,12 +19,14 @@ msg_info "Installing Dependencies"
$STD apt-get install -y \
curl \
sudo \
mc
mc \
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing Homebox"
RELEASE=$(curl -s https://api.github.com/repos/sysadminsmedia/homebox/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')
wget -qO- https://github.com/sysadminsmedia/homebox/releases/download/${RELEASE}/homebox_Linux_x86_64.tar.gz | tar -xzf - -C /opt
wget -qO- https://github.com/sysadminsmedia/homebox/releases/download/${RELEASE}/homebox_Linux_arm64.tar.gz | tar -xzf - -C /opt
chmod +x /opt/homebox
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
msg_ok "Installed Homebox"
+3 -1
View File
@@ -21,7 +21,9 @@ $STD apt-get install -y \
lsb-release \
curl \
gnupg \
mc
mc \
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing MySQL"
+2
View File
@@ -19,6 +19,8 @@ $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
$STD apt-get install -y openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing Neo4j (patience)"
+3 -1
View File
@@ -28,7 +28,9 @@ $STD apt-get install -y \
make \
gnupg \
ca-certificates \
mc
mc \
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Installing Node.js"
+3 -1
View File
@@ -21,7 +21,9 @@ $STD apt-get install -y \
gpg \
curl \
sudo \
mc
mc \
wget \
openssh-server
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"