mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 15:10:22 +00:00
Update install_plugins.sh
This commit is contained in:
parent
caee49c37c
commit
4948e30e18
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue