diff --git a/scripts/install b/scripts/install index 67062f3..eeca3f7 100644 --- a/scripts/install +++ b/scripts/install @@ -35,7 +35,7 @@ sudo yunohost app checkurl "${domain}${path}" -a "$app" \ src_path=/var/www/$app sudo mkdir -p $src_path sudo wget -P "$src_path" https://github.com/FoxUSA/OpenNote/releases/download/15.07/15.07.00.zip -O "$src_path"/note.zip -sudo unzip "$src_path"/note.zip -d "$src_path" +sudo unzip -q "$src_path"/note.zip -d "$src_path" sudo rm "$src_path"/note.zip # Set permissions to app files