mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-07 02:16:18 +00:00
Update synology.sh
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user