Skip to content

Commit

Permalink
fix(deck): Remove branch selector on reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Aug 27, 2024
1 parent 5fdb310 commit ea28269
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ CURRENT_FREE_ZRAM=$(sysctl vm.min_free_kbytes | awk '{print $3}')
KARGS=$(rpm-ostree kargs)
NEEDED_KARGS=()

# UPDATES
if [[ -f /var/ublue-update/branch ]]; then
echo "Removing previously used branch selection file"
rm -f /var/ublue-update/branch
fi

# KERNEL ARGUMENTS
echo "Current kargs: $KARGS"

Expand Down

0 comments on commit ea28269

Please sign in to comment.