| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Co-authored-by: AAGaming <aagaming@riseup.net>
|
|
|
|
on their own
|
|
|
|
|
|
* Remove .desktop file from build.yml
* Make download button link to decky-installer repo
* Point download button to the .desktop file not the .sh file
woops
* Delete decky_installer.desktop
* Delete user_install_script.sh
|
|
|
|
* Add files via upload
* Rename EasierInstallScript.sh to user_install_script.sh
* Add files via upload
* change so it works on deck instead of my desktop
* Update decky_installer.desktop
* make auto password setter work without the password
* Update user_install_script.sh
* make installer exit properly if user does not accept temp password
* Update user_install_script.sh
* add uninstall option
* Update user_install_script.sh
* Update user_install_script.sh
* Update user_install_script.sh
* "optimisation"
* Update user_install_script.sh
* Add sizing to all zenity prompts
* "optimization" part 2
* "Program now runs 50% faster"
:)
* Update user_install_script.sh
* Update user_install_script.sh
* Update user_install_script.sh
* Change text in branch selection in installer
'Select Branch' if choosing between release and prerelease
'Select Option' if choosing between release, prerelease and uninstall
* .desktop file points at where script is going to be
* add comments
* Change "installing" to "uninstalling"
* change it to ask for "sudo/admin" password
* Add secondary loading bar for download progress
Shamelessly stolen (with permission) from emudeck, who stole it from a random blog
No I don't know how that line works, and I don't think I want to.
* Make uninstaller tell user they can exit
* add default text to the download bar just in case
* silence script download
* silence password check
|
|
* Update install_prerelease.sh
* Update install_release.sh
|
|
|
|
|
|
|
|
|
|
|
|
* Add services and updated installer files
* Loader updates service file during update!
* Testing update branch doesn't exist lol
* Update to dfl 3.7.12
* Fix services and add working service updater
* Revert services but replace their aliases
* Fix install scripts as well
* Move leftover service files to .systemd dir
* No wonder it's not trimming the file...
* fix whitespace
* Remove unused imports
* Remove another un-used import
Co-authored-by: AAGaming <aa@mail.catvibers.me>
|
|
booting decky (#239)
* Add timeout to tabs get request
* Wait for network interfaces to be ready before booting decky
|
|
|
|
|
|
Uses environment variables instead of hard coding the "deck" user/group.
This adds support for systems other than the steam deck that are using the DeckUI.
* Use Environment Variables
* Use method to get USER from a systemd root process
* Fix imports. Add get_user and get_user_group methods in helpers.py. Removed duplicated code
* Add separate setters/getters for user vars. Ensure sleep prevents race condition of user setter in while loop
|
|
* Fix jq errors in prerelease script
* Use multivariable output, add back RELEASE var
|
|
* Add an updater in settings for decky-loader
* add chmod
* remove junk comments
|
|
|
|
|
|
|
|
|
|
* Create uninstall.sh
* Update uninstall.sh
First pass for a version that looks similar to the install scripts
* Update readme with uninstall info
Add uninstall script info to readme
* Update dist/uninstall.sh
Only remove services for now
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com>
* Adjust echo to accurately reflect script actions
No longer deletes installed plugins, adjusted echo to match actions.
Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|