Skip to content

Commit

Permalink
Added misc fixes to installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshGahlot committed Jan 9, 2025
1 parent 073fdac commit 525d005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer_scripts/install-yb-voyager
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ ubuntu_main() {
fi

output "Installing packages."
sudo apt-get -y install wget 1>&2
sudo apt-get -y install wget make gcc 1>&2
sudo apt-get -y install sqlite3 1>&2
install_golang linux
ubuntu_install_postgres
Expand Down Expand Up @@ -318,7 +318,7 @@ check_java() {
then
output "Found sufficient java version = ${JAVA_COMPLETE_VERSION}"
else
output "ERROR: Java not found or insuffiencient version ${JAVA_COMPLETE_VERSION}. Please install java>=${MIN_REQUIRED_MAJOR_VERSION}"
echo -e "\e[31mERROR: Java not found or insufficient version ${JAVA_COMPLETE_VERSION}. Please install java>=${MIN_REQUIRED_MAJOR_VERSION}\e[0m"
exit 1;
fi
}
Expand Down

0 comments on commit 525d005

Please sign in to comment.