mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-06-08 10:22:38 -04:00
build message fix
This commit is contained in:
parent
d704050d36
commit
56fb51bd42
1 changed files with 2 additions and 2 deletions
2
build.sh
2
build.sh
|
@ -166,6 +166,7 @@ build(){
|
||||||
show "Making Installer Executable... DONE"
|
show "Making Installer Executable... DONE"
|
||||||
show_Msg "For Installation Use Following Command:\n"
|
show_Msg "For Installation Use Following Command:\n"
|
||||||
show_Msg "\t sudo ./install.sh\n\t\tOR\n\t./install.sh"
|
show_Msg "\t sudo ./install.sh\n\t\tOR\n\t./install.sh"
|
||||||
|
show_Msg "\n🎉 BUILD COMPLETE! 🎉"
|
||||||
else
|
else
|
||||||
error "Making Installer Executable... FAIL"
|
error "Making Installer Executable... FAIL"
|
||||||
error "\nAborting..."
|
error "\nAborting..."
|
||||||
|
@ -242,4 +243,3 @@ case $cursor in
|
||||||
('test') build "$cursor"; ;;
|
('test') build "$cursor"; ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
show_Msg "\n🎉 BUILD COMPLETE! 🎉"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue