Move DaemonSync to unsupported

This commit is contained in:
Sam Heinz
2024-04-08 21:52:25 +10:00
parent fc98a66332
commit 246bbf41d5
3 changed files with 65 additions and 63 deletions

View File

@@ -17,9 +17,9 @@ 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
wget -qL http://ports.ubuntu.com/pool/universe/g/gcc-defaults/g++-multilib-arm-linux-gnueabi_9.3.0-1ubuntu2_arm64.deb
$STD dpkg -i g++-multilib-arm-linux-gnueabi_9.3.0-1ubuntu2_arm64.deb
$STD apt-get install -y wget
msg_ok "Installed Dependencies"
msg_info "Installing Daemon Sync Server"