echo -e "\nWhoops! Something went wrong. Please check for possible error messages above.\n"
}
function endtext(){
OPENRA_GITVERSION=git-$(git ls-remote https://github.com/OpenRA/OpenRA.git | head -1 | sed "s/HEAD//"| sed 's/^\(.\{7\}\).*/\1/')
RA2_GITVERSION=git-$(git ls-remote https://github.com/OpenRA/ra2.git | head -1 | sed "s/HEAD//"| sed 's/^\(.\{7\}\).*/\1/')
echo -e "\n***OpenRA compilation script completed.\nPlease see further instructions below.***"
echo -e "$bold_in\n***OpenRA compilation script completed.\nPlease see further instructions below.***$out"
sleep 2
echo -e "$bold_in\n***MANUAL INSTALLATION***$out\n\nInstall OpenRA by typing '$PACKAGEMANAGER_INSTALL$HOME/$PACKAGE_NAME' (without quotations) in a terminal window."
sleep 4
@ -86,7 +90,13 @@ if [[ $DISTRO =~ "$ARCH" ]]; then