Skip to content

Commit

Permalink
Merge pull request #4 from NilFoundation/nil_cli-nil
Browse files Browse the repository at this point in the history
Rename nil_cli to nil
  • Loading branch information
dmtrskv authored Aug 7, 2024
2 parents c070b5f + 2a20799 commit 554f7c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ success() {
echo -e "${Green}$@ ${Color_Off}"
}

exe_name=nil_cli
exe_name=nil

command -v unzip >/dev/null ||
error "unzip is required to install $exe_name"
Expand Down Expand Up @@ -144,7 +144,7 @@ fish)

if [[ -w $fish_config ]]; then
{
echo -e '\n# nil_cli'
echo -e '\n# nil'

for command in "${commands[@]}"; do
echo "$command"
Expand Down Expand Up @@ -172,7 +172,7 @@ zsh)

if [[ -w $zsh_config ]]; then
{
echo -e '\n# nil_cli'
echo -e '\n# nil'

for command in "${commands[@]}"; do
echo "$command"
Expand Down Expand Up @@ -215,7 +215,7 @@ bash)

if [[ -w $bash_config ]]; then
{
echo -e '\n# nil_cli'
echo -e '\n# nil'

for command in "${commands[@]}"; do
echo "$command"
Expand Down Expand Up @@ -252,4 +252,4 @@ if [[ $refresh_command ]]; then
info_bold " $refresh_command"
fi

info_bold " nil_cli --help"
info_bold " $exe_name --help"

0 comments on commit 554f7c5

Please sign in to comment.