mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
fix: syntax error in 3.files-legacy.sh (#2469)
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Has been cancelled
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Has been cancelled
This commit is contained in:
@@ -42,9 +42,9 @@ case "${INSTALL_FIRSTRUN}" in
|
||||
# When not specify --firstrun
|
||||
*)
|
||||
if test -f "${FIRSTRUN_FILE}"; then
|
||||
${INSTALL_FIRSTRUN}=false
|
||||
INSTALL_FIRSTRUN=false
|
||||
else
|
||||
${INSTALL_FIRSTRUN}=true
|
||||
INSTALL_FIRSTRUN=true
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user