You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improve launcher.sh script (#155)
Use grep with -c flag instead of wc -l command.
Additionally, change quotation of path pointing to cryo_utilities
binary.
Signed-off-by: skaluzka <[email protected]>
* Single quotes for manual installation script. (#125)
* Single quotes
For me echo only worked with single quotes.
* Make sure "$HOME"/.local/share/applications exists
* Update scaling logic for OLED
---------
Signed-off-by: skaluzka <[email protected]>
Co-authored-by: skaluzka <[email protected]>
Co-authored-by: Tobias Domhan <[email protected]>
Copy file name to clipboardexpand all lines: docs/manual-install.md
+14-13
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ cd .cryo_utilities
8
8
```
9
9
2. Go to [the releases page](https://github.com/CryoByte33/steam-deck-utilities/releases/tag/latest) and download cryo_utilities.
10
10
3. Go to [launcher.sh](https://github.com/CryoByte33/steam-deck-utilities/blob/main/launcher.sh), right click on "Raw" and "Save Link As" to the downloads folder.
11
-
4. Go to [icon.png](https://github.com/CryoByte33/steam-deck-utilities/blob/main/icon.png), right click on "Raw" and "Save Link As" to the downloads folder.
12
-
5. Move all 3 downloaded files to `/home/deck/cryo_utilities`.
11
+
4. Go to [icon.png](https://github.com/CryoByte33/steam-deck-utilities/blob/main/icon.png), right click on "Raw" and "Save Link As" to the downloads folder naming it `cryo-utilities.png`.
12
+
5. Move all 3 downloaded files to `/home/deck/.cryo_utilities`.
13
13
6. Open Konsole and paste the entire block below, then press Enter/Return:
0 commit comments