diff --git a/server-vm.sh b/server-vm.sh index d33df0a..294f83e 100644 --- a/server-vm.sh +++ b/server-vm.sh @@ -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