Skip to content

Commit

Permalink
fix: bump user setup to 10 so that we get this update
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Dec 30, 2024
1 parent 0cda19a commit 9f5059e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublue/setup-services/src/scripts/ublue-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ get_config() {
echo "$OUTPUT"
}

USER_SETUP_VER="$(get_config '."setup-version"' "4")"
USER_SETUP_VER="$(get_config '."setup-version"' "10")"
USER_HOOKS_DIRECTORY="$(get_config '."user-hooks-directory"' "/usr/share/ublue-os/user-setup.hooks.d")"

USER_SETUP_VER_FILE="${XDG_DATA_HOME:-$HOME/.local/share}/ublue/user-setup"
Expand Down

0 comments on commit 9f5059e

Please sign in to comment.