decky-loader icon indicating copy to clipboard operation
decky-loader copied to clipboard

Offline uninstaller

Open rlach opened this issue 2 years ago • 1 comments

Currently the only way to uninstall decky is:

curl -L https://github.com/SteamDeckHomebrew/decky-loader/raw/main/dist/uninstall.sh | sh

This can be very hard to perform on portable devices in some scenarios. The uninstall script should be installed along with the decky, and users should be able to perform it without any online capabilities. I personally had to perform uninstall over Edge mobile network, took about 1 hour to uninstall, failed 3 times on the way, due to timeouts.

rlach avatar Aug 19 '22 10:08 rlach

I've went ahead and made a proof-of-concept image image

adntaha avatar Aug 21 '22 20:08 adntaha

Should be possible to do. Just implementing a small script in Decky's code could do such a thing Maybe later I'll try to make a Proof of Concept

sasdallas avatar Oct 01 '22 15:10 sasdallas

Should be possible to do. Just implementing a small script in Decky's code could do such a thing Maybe later I'll try to make a Proof of Concept

https://github.com/botatooo/decky-loader/tree/feature/uninstall-setting would be a good place to start.

AAGaming00 avatar Oct 01 '22 15:10 AAGaming00

Closing this issue and placing it under the scope of an emudeck style uninstall shortcut.

TrainDoctor avatar Oct 20 '22 01:10 TrainDoctor