mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Update install-uvtools.sh
This commit is contained in:
@@ -30,6 +30,7 @@ downloaduvtools(){
|
||||
|
||||
echo "- Kill instances"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user