Update synology.sh

This commit is contained in:
MacRimi 2025-04-01 19:45:16 +02:00
parent 72cc08d847
commit 0fda86e0b5

View File

@ -651,7 +651,7 @@ function download_loader() {
if [[ "$LOADER_TYPE" == "arc" || "$LOADER_TYPE" == "redpill" ]] && ! command -v unzip &> /dev/null; then if [[ "$LOADER_TYPE" == "arc" || "$LOADER_TYPE" == "redpill" ]] && ! command -v unzip &> /dev/null; then
msg_info "Installing unzip..." msg_info "Installing unzip..."
apt-get update -qq && apt-get install -y unzip -qq apt-get update -qq && apt-get install -y unzip -qq >/dev/null 2>&1
if ! command -v unzip &> /dev/null; then if ! command -v unzip &> /dev/null; then
msg_error "Failed to install unzip" msg_error "Failed to install unzip"
sleep 2 sleep 2