mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +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"
|
echo "Download from $file_url"
|
||||||
wget -q $file_url -O $file_name
|
wget -q $file_url -O $file_name
|
||||||
unzip -oq $file_name -d $plugin_path
|
unzip -oq $file_name -d $plugin_path
|
||||||
rm $file_name
|
rm -rf $file_name
|
||||||
done
|
done
|
||||||
|
|
||||||
find /usr/share/cockpit -type f -name "*.py3" -exec chmod +x {} \;
|
find /usr/share/cockpit -type f -name "*.py3" -exec chmod +x {} \;
|
||||||
|
|
Loading…
Reference in a new issue