mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 00:32:52 +00:00
chore: Just syntax fix
This commit is contained in:
parent
f3443e33b9
commit
9a9a4861b0
@ -23,5 +23,5 @@ fix-proton-hang:
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
PROTONCORE=(pv-bwrap pressure-vessel reaper explorer.exe rpcss.exe plugplay.exe services.exe svchost.exe winedevice.exe winedevice.exe wineserver)
|
PROTONCORE=(pv-bwrap pressure-vessel reaper explorer.exe rpcss.exe plugplay.exe services.exe svchost.exe winedevice.exe winedevice.exe wineserver)
|
||||||
for PROG in "${PROTONCORE[@]}"; do
|
for PROG in "${PROTONCORE[@]}"; do
|
||||||
killall -9 "$PROG"
|
killall -9 "$PROG"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user