Use standard nomenclature for Beckn-ONIX

This commit is contained in:
Venkatesh Babu
2024-04-02 11:17:51 +05:30
parent 6af56e819e
commit 794e8ce241
11 changed files with 113 additions and 106 deletions

View File

@@ -187,7 +187,7 @@ The following components will be installed
# Main script starts here
bash scripts/banner.sh
echo "Welcome to ONIX"
echo "Welcome to Beckn-ONIX"
echo "$text"
read -p "${GREEN}Do you want to install all the components on the local system? (Y/n): ${NC}" install_all
@@ -306,11 +306,11 @@ else
;;
7)
echo "Exiting ONIX"
echo "Exiting Beckn-ONIX"
exit 0
;;
*)
echo "Invalid choice. Exiting ONIX."
echo "Invalid choice. Exiting Beckn-ONIX."
exit 1
;;
esac