Update install_plugins.sh

This commit is contained in:
qiaofeng1227 2023-11-15 10:21:16 +08:00 committed by GitHub
parent caee49c37c
commit 4948e30e18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {} \;