Skip to content

Commit

Permalink
Revert "just: Some more linting fixes"
Browse files Browse the repository at this point in the history
This reverts commit 2f2e0f1.
  • Loading branch information
fiftydinar committed Nov 3, 2024
1 parent 4d2ae00 commit 4327f09
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions files/justfiles/gidro-os.just
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
alias upgrade := update

# Update system & flatpaks

alias upgrade := update

update:
#!/usr/bin/env bash
echo "System update section"
Expand Down Expand Up @@ -31,10 +31,10 @@ changelog:
echo ""
flatpak --user history
alias toggle-upgrades := toggle-updates

# Turn automatic updates on or off

alias toggle-upgrades := toggle-updates

toggle-updates ACTION="prompt":
#!/usr/bin/env bash
source /usr/lib/ujust/ujust.sh
Expand Down Expand Up @@ -70,21 +70,21 @@ toggle-updates ACTION="prompt":
fi
fi
alias upgrade-firmware := update-firmware

# Update device firmware

alias upgrade-firmware := update-firmware

[no-exit-message]
update-firmware:
#!/usr/bin/env bash
fwupdmgr refresh --force
fwupdmgr get-updates
fwupdmgr update
alias uefi := bios

# Boot into this device's UEFI screen

alias uefi := bios

bios:
#!/usr/bin/env bash
if [[ "$(bootctl reboot-to-firmware)" == "supported" ]]; then
Expand Down

0 comments on commit 4327f09

Please sign in to comment.