diff --git a/lgsm/functions/command_donate.sh b/lgsm/functions/command_donate.sh index 245632a9b..a277b87b6 100644 --- a/lgsm/functions/command_donate.sh +++ b/lgsm/functions/command_donate.sh @@ -4,15 +4,15 @@ # Website: https://linuxgsm.com # Description: Shows ways to donate -echo "" -echo "${lightyellow}Support LinuxGSM${default}" -echo "=================================" -echo "" -echo "Been using LinuxGSM?" -echo "Consider donating to support development." -echo "" -echo "* ${blue}Patreon:${default} https://linuxgsm.com/patreon" -echo "* ${blue}PayPal:${default} https://linuxgsm.com/paypal" -echo "* ${blue}Flattr:${default} https://linuxgsm.com/flattr" -echo "" -echo "LinuxGSM has been going since 2012" \ No newline at end of file +echo -e "" +echo -e "${lightyellow}Support LinuxGSM${default}" +echo -e "=================================" +echo -e "" +echo -e "Been using LinuxGSM?" +echo -e "Consider donating to support development." +echo -e "" +echo -e "* ${blue}Patreon:${default} https://linuxgsm.com/patreon" +echo -e "* ${blue}PayPal:${default} https://linuxgsm.com/paypal" +echo -e "* ${blue}Flattr:${default} https://linuxgsm.com/flattr" +echo -e "" +echo -e "LinuxGSM has been going since 2012" \ No newline at end of file