Skip to content

Commit

Permalink
fix: switch
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis authored Jul 24, 2024
1 parent db8ea8d commit 90bd852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/palera1n_switch
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ case "$jbtype" in
"Rootful")
echo "Rootful selected"
echo "Rootful" > /usr/bin/.jbtype
rm -r /usr/bin/.args
echo "-f" > /usr/bin/.args
/usr/bin/palera1n_menu
;;
"Rootless")
echo "Rootless selected"
echo "Rootless" > /usr/bin/.jbtype
rm -r /usr/bin/.args
echo "-l" > /usr/bin/.args
/usr/bin/palera1n_menu
;;
esac

0 comments on commit 90bd852

Please sign in to comment.