Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Rouson <rouson@lbl.gov>
  • Loading branch information
ktras and rouson authored Jan 17, 2024
1 parent 9413172 commit 38000a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install_fpm_from_source()
echo "Installing fpm in following location: $PREFIX/bin"
echo "Ensure $PREFIX/bin is in your path or rerun script with the --prefix=PREFIX flag"
if ! command -v curl > /dev/null ; then
echo "Need curl to download source file for fpm to install it"
echo "This script uses curl to download source file for fpm to install it"
echo "Please install curl and then rerun ./setup.sh"
exit 1
fi
Expand Down

0 comments on commit 38000a9

Please sign in to comment.