EmuDeck/android/functions/ToolScripts/Android_Pegasus.sh
2024-02-01 21:22:23 +01:00

11 lines
296 B
Bash

#!/bin/bash
function Android_Pegasus_install(){
temp_url="https://github.com/mmatyas/pegasus-frontend/releases/download/continuous/pegasus-fe_alpha16-75-gc78a6851_android64.apk"
temp_emu="pegasus"
Android_ADB_dl_installAPK $temp_emu $temp_url
}
function Android_Pegasus_init(){
echo "NYI"
}