dol
This commit is contained in:
@@ -34,7 +34,7 @@ _dolphin() {
|
||||
if ps aux | grep -v grep | grep -v "server-vm.sh" | grep -i dolphin; then
|
||||
return
|
||||
fi
|
||||
if ! _snap info dolphin; then
|
||||
if ! _snap info dolphin-emulator; then
|
||||
sudo snap install dolphin-emulator --beta
|
||||
fi
|
||||
log launching dolphin
|
||||
|
||||
Reference in New Issue
Block a user