mirror of
https://github.com/akatsukiro/lsky-pro-install-script.git
synced 2025-06-07 20:53:04 +08:00
perf: unzip in quiet mode
This commit is contained in:
parent
bb8d0c8b54
commit
e1c892fcd8
@ -153,7 +153,7 @@ download_lsky() {
|
||||
mkdir -p /var/www/lsky
|
||||
cd /var/www/lsky || echo "error, can't cd"
|
||||
wget -O lsky.zip https://"${LSKYPRO_RELEASE_URL}"/"${LSKY_VERSION}"/lsky-pro-"${LSKY_VERSION}".zip
|
||||
unzip lsky.zip
|
||||
unzip lsky.zip -q
|
||||
rm -rf lsky.zip
|
||||
chown -R www-data:www-data /var/www
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user