mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Update install_plugins.sh
This commit is contained in:
parent
caee49c37c
commit
4948e30e18
@ -74,7 +74,7 @@ for key in $(jq -r '.plugins | keys[]' $versions_local_file); do
|
||||
echo "Download from $file_url"
|
||||
wget -q $file_url -O $file_name
|
||||
unzip -oq $file_name -d $plugin_path
|
||||
rm $file_name
|
||||
rm -rf $file_name
|
||||
done
|
||||
|
||||
find /usr/share/cockpit -type f -name "*.py3" -exec chmod +x {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user