diff options
| -rwxr-xr-x | config/hypr/initial-boot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index 7f92ce7d..e4068247 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -2,8 +2,8 @@ # /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # A bash script designed to run only once dotfiles installed -# THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! And also, edit ~/.config/hypr/configs/Settings.conf -# NOT necessary to do since this script is only designed to run only once as long as the marker exists +# THIS SCRIPT CAN BE DELETED ONCE SUCCESSFULLY BOOTED!! +# NOT necessary to delete though since this script is only designed to run only once as long as the marker exists # marker file is located at ~/.config/hypr/.initial_startup_done # However, I do highly suggest not to touch it since again, as long as the marker exist, script wont run |
