summaryrefslogtreecommitdiff
path: root/dist/install_prerelease.sh
AgeCommit message (Collapse)Author
2024-09-01Fix shutdown timeouts (#695)Sims
Co-authored-by: AAGaming <aagaming@riseup.net>
2024-02-20update service to reduce startup timeAAGaming
2023-01-08Use the new installer in the readme instructions (#324)Party Wumpus
2023-01-02Add cef debugging to the installer scripts (#310)Party Wumpus
* Update install_prerelease.sh * Update install_release.sh
2022-12-04Update install_prerelease.shTrainDoctor
2022-10-30facepalmv2.3.1-pre3TrainDoctor
2022-10-30Systemd service updating (#240)v2.3.1-pre2TrainDoctor
* 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>
2022-10-29Add timeout to get tabs request, wait for network online target before ↵suchmememanyskill
booting decky (#239) * Add timeout to tabs get request * Wait for network interfaces to be ready before booting decky
2022-10-29Remove unused nightly and tweak prereleaseTrainDoctor
2022-08-08Use Environment Variables (#123)Derek J. Clark
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
2022-07-15Fix jq errors in prerelease script (#118)Brian Choy
* Fix jq errors in prerelease script * Use multivariable output, add back RELEASE var
2022-07-14Updater for decky-loader (#117)AAGaming
* Add an updater in settings for decky-loader * add chmod * remove junk comments
2022-07-04Update install_prerelease.shTrainDoctor
2022-07-02Fix debug loggingTrainDoctor
2022-07-02Update prerelease scriptTrainDoctor
2022-07-02Add pre-release install scriptTrainDoctor