We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3406904 commit e9b3c74Copy full SHA for e9b3c74
1 file changed
install.sh
@@ -82,6 +82,7 @@ echo "Installing apt packages"
82
echo -e "\e[1;31m Error: Failed to install packages. Exiting\e[0m" >&2
83
exit 1
84
fi
85
+ echo ""
86
87
echo "Downloading Web Plotter for $BRANCH from Github"
88
if git ls-remote --exit-code --heads $git "$BRANCH" > /dev/null; then
0 commit comments