Skip to content

Commit e267f24

Browse files
authored
Merge pull request #170 from tulilirockz/re-enable-rebase-for-lts
fix(bluefin, rebase-helper): re-enable rebase helper for bluefin LTS
2 parents 6c25c18 + 44a8594 commit e267f24

File tree

1 file changed

+1
-6
lines changed
  • system_files/bluefin/usr/share/ublue-os/just

1 file changed

+1
-6
lines changed

system_files/bluefin/usr/share/ublue-os/just/system.just

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,7 @@ alias rollback-helper := rebase-helper
9797
# Rebase assistant
9898
[group('System')]
9999
rebase-helper:
100-
#!/usr/bin/env bash
101-
if grep -q centos "/etc/os-release" ; then
102-
echo "The rebase helper is currently disabled for Bluefin LTS"
103-
exit 1
104-
fi
105-
/usr/bin/ublue-rollback-helper
100+
@/usr/bin/ublue-rollback-helper
106101

107102
# Factory reset this device (experimental)
108103
[group('System')]

0 commit comments

Comments
 (0)