Update install-uvtools.sh

This commit is contained in:
Tiago Conceição
2022-10-30 03:48:04 +00:00
parent 3a2c927455
commit d41ef9cd99
+1
View File
@@ -30,6 +30,7 @@ downloaduvtools(){
echo "- Kill instances" echo "- Kill instances"
ps -ef | grep 'UVtools' | grep -v grep | awk '{print $2}' | xargs -r kill -9 ps -ef | grep 'UVtools' | grep -v grep | awk '{print $2}' | xargs -r kill -9
sleep 0.5
} }
if [ "$arch" != "x86_64" -a "$arch" != "arm64" ]; then if [ "$arch" != "x86_64" -a "$arch" != "arm64" ]; then