mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 00:50:30 +00:00
Update install_plugins.sh
This commit is contained in:
parent
bb63e836ca
commit
cdff2c74db
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ then
|
|||
echo "Python 3 is not installed. Installing..."
|
||||
sudo yum install -y python3 &> /dev/null || sudo apt update -y && sudo apt install -y python3 &> /dev/null
|
||||
fi
|
||||
|
||||
for module in "${modules[@]}"
|
||||
do
|
||||
python3 -c "import $module" &> /dev/null
|
||||
|
|
Loading…
Reference in a new issue