Skip to content

Commit

Permalink
chore: Hide a couple ujust commands
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jun 17, 2024
1 parent ef263ea commit 0c6ad94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: set ft=make :

# Restore the default Terminal
restore-original-terminal:
_restore-original-terminal:
#!/usr/bin/bash
IMAGE_INFO="/usr/share/ublue-os/image-info.json"
BASE_IMAGE_NAME=$(jq -r '."base-image-name"' < $IMAGE_INFO)
Expand Down Expand Up @@ -37,7 +37,7 @@ install-gamemode-video:
cp /usr/share/ublue-os/bazzite/bazzite.webm $HOME/.local/share/Steam/config/uioverrides/movies/deck_startup.webm

# Force-enable AMD pstate
pstate-force-enable:
_pstate-force-enable:
rpm-ostree kargs --append-if-missing=amd_pstate=active

# Configure grub bootmenu visibility and fix duplicate entries
Expand Down

0 comments on commit 0c6ad94

Please sign in to comment.