diff --git a/install/homarr-install.sh b/install/homarr-install.sh index 02d962800..0a5c4cc57 100644 --- a/install/homarr-install.sh +++ b/install/homarr-install.sh @@ -18,8 +18,7 @@ $STD apt install -y \ redis-server \ nginx \ gettext \ - openssl \ - musl-dev + openssl msg_ok "Installed Dependencies" NODE_VERSION=$(curl -s https://raw.githubusercontent.com/Meierschlumpf/homarr/dev/package.json | jq -r '.engines.node | split(">=")[1] | split(".")[0]') @@ -27,7 +26,6 @@ setup_nodejs fetch_and_deploy_gh_release "homarr" "Meierschlumpf/homarr" "prebuild" "latest" "/opt/homarr" "source-debian-amd64.tar.gz" msg_info "Installing Homarr" -ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1 mkdir -p /opt/homarr_db touch /opt/homarr_db/db.sqlite SECRET_ENCRYPTION_KEY="$(openssl rand -hex 32)"