mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-03 06:26:52 +00:00
Update synology.sh
This commit is contained in:
parent
72cc08d847
commit
0fda86e0b5
@ -651,7 +651,7 @@ function download_loader() {
|
||||
|
||||
if [[ "$LOADER_TYPE" == "arc" || "$LOADER_TYPE" == "redpill" ]] && ! command -v unzip &> /dev/null; then
|
||||
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
|
||||
msg_error "Failed to install unzip"
|
||||
sleep 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user