This commit is contained in:
bel
2023-03-29 18:57:14 -06:00
parent da4dc9e87d
commit c7f8016a92

View File

@@ -34,7 +34,7 @@ _dolphin() {
if ps aux | grep -v grep | grep -v "server-vm.sh" | grep -i dolphin; then if ps aux | grep -v grep | grep -v "server-vm.sh" | grep -i dolphin; then
return return
fi fi
if ! _snap info dolphin; then if ! _snap info dolphin-emulator; then
sudo snap install dolphin-emulator --beta sudo snap install dolphin-emulator --beta
fi fi
log launching dolphin log launching dolphin