master
bel 2023-03-29 18:57:14 -06:00
parent da4dc9e87d
commit c7f8016a92
1 changed files with 1 additions and 1 deletions

View File

@ -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