Skip to content

Commit

Permalink
doc: Minor fix N|solid spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <jefferson.rios.caro@gmail.com>
  • Loading branch information
riosje committed Jul 11, 2024
1 parent 83e8878 commit fb1f06e
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions scripts/deb/script_generator/base_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ configure_repo() {
else
log "Repository configured successfully."
log "To install Node.js, run: apt-get install nodejs -y" "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: apt-get install nsolid -y \n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: apt-get install nsolid -y \n" "success"
fi
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/deb/setup_18.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ configure_repo() {
else
log "Repository configured successfully."
log "To install Node.js, run: apt-get install nodejs -y" "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: apt-get install nsolid -y \n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: apt-get install nsolid -y \n" "success"
fi
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/deb/setup_20.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ configure_repo() {
else
log "Repository configured successfully."
log "To install Node.js, run: apt-get install nodejs -y" "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: apt-get install nsolid -y \n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: apt-get install nsolid -y \n" "success"
fi
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/deb/setup_21.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ configure_repo() {
else
log "Repository configured successfully."
log "To install Node.js, run: apt-get install nodejs -y" "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: apt-get install nsolid -y \n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: apt-get install nsolid -y \n" "success"
fi
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/deb/setup_22.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ configure_repo() {
else
log "Repository configured successfully."
log "To install Node.js, run: apt-get install nodejs -y" "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: apt-get install nsolid -y \n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: apt-get install nsolid -y \n" "success"
fi
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/deb/setup_current.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ configure_repo() {
else
log "Repository configured successfully."
log "To install Node.js, run: apt-get install nodejs -y" "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: apt-get install nsolid -y \n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: apt-get install nsolid -y \n" "success"
fi
}

Expand Down
4 changes: 2 additions & 2 deletions scripts/deb/setup_lts.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ configure_repo() {
else
log "Repository configured successfully."
log "To install Node.js, run: apt-get install nodejs -y" "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: apt-get install nsolid -y \n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: apt-get install nsolid -y \n" "success"
fi
}

Expand Down
6 changes: 3 additions & 3 deletions scripts/rpm/script_generator/base_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ if command_exists dnf; then
dnf makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'dnf install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: dnf install nsolid -y\n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: dnf install nsolid -y\n" "success"
exit 0
elif command_exists yum; then
log "yum available, updating..." "info"
yum makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'yum install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "Run 'yum install nsolid -y' to complete the installation." "success"
elif command_exists microdnf; then
log "microdnf available, updating..." "info"
Expand Down
6 changes: 3 additions & 3 deletions scripts/rpm/setup_18.x
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ if command_exists dnf; then
dnf makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'dnf install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: dnf install nsolid -y\n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: dnf install nsolid -y\n" "success"
exit 0
elif command_exists yum; then
log "yum available, updating..." "info"
yum makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'yum install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "Run 'yum install nsolid -y' to complete the installation." "success"
elif command_exists microdnf; then
log "microdnf available, updating..." "info"
Expand Down
6 changes: 3 additions & 3 deletions scripts/rpm/setup_20.x
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ if command_exists dnf; then
dnf makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'dnf install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: dnf install nsolid -y\n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: dnf install nsolid -y\n" "success"
exit 0
elif command_exists yum; then
log "yum available, updating..." "info"
yum makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'yum install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "Run 'yum install nsolid -y' to complete the installation." "success"
elif command_exists microdnf; then
log "microdnf available, updating..." "info"
Expand Down
6 changes: 3 additions & 3 deletions scripts/rpm/setup_21.x
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ if command_exists dnf; then
dnf makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'dnf install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: dnf install nsolid -y\n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: dnf install nsolid -y\n" "success"
exit 0
elif command_exists yum; then
log "yum available, updating..." "info"
yum makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'yum install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "Run 'yum install nsolid -y' to complete the installation." "success"
elif command_exists microdnf; then
log "microdnf available, updating..." "info"
Expand Down
6 changes: 3 additions & 3 deletions scripts/rpm/setup_22.x
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ if command_exists dnf; then
dnf makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'dnf install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: dnf install nsolid -y\n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: dnf install nsolid -y\n" "success"
exit 0
elif command_exists yum; then
log "yum available, updating..." "info"
yum makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'yum install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "Run 'yum install nsolid -y' to complete the installation." "success"
elif command_exists microdnf; then
log "microdnf available, updating..." "info"
Expand Down
6 changes: 3 additions & 3 deletions scripts/rpm/setup_current.x
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ if command_exists dnf; then
dnf makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'dnf install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: dnf install nsolid -y\n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: dnf install nsolid -y\n" "success"
exit 0
elif command_exists yum; then
log "yum available, updating..." "info"
yum makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'yum install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "Run 'yum install nsolid -y' to complete the installation." "success"
elif command_exists microdnf; then
log "microdnf available, updating..." "info"
Expand Down
6 changes: 3 additions & 3 deletions scripts/rpm/setup_lts.x
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ if command_exists dnf; then
dnf makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'dnf install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "To install N|solid, run: dnf install nsolid -y\n" "success"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "To install N|solid Runtime, run: dnf install nsolid -y\n" "success"
exit 0
elif command_exists yum; then
log "yum available, updating..." "info"
yum makecache --disablerepo="*" --enablerepo="nodesource-nodejs" --enablerepo="nodesource-nsolid"
log "Repository is configured and updated." "info"
log "Run 'yum install nodejs -y' to complete the installation." "info"
log "You can use N|solid as a node.js alternative" "info"
log "You can use N|solid Runtime as a node.js alternative" "info"
log "Run 'yum install nsolid -y' to complete the installation." "success"
elif command_exists microdnf; then
log "microdnf available, updating..." "info"
Expand Down

0 comments on commit fb1f06e

Please sign in to comment.