mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
5 lines
239 B
Bash
5 lines
239 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
kdialog --title "RetroDECK" --warningyesno "Doing some changes in the Yuzu configuration may create serious issues, please continue only if you know what you're doing.\n\nDo you want to continue?"
|
||
|
if [ $? == 0 ]; then
|
||
|
yuzu
|