Browse Source
fix(install): Add space after "Game:" during install
Add space after "Game:" during install
pull/2577/head
Daniel Gibbs
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/install_header.sh
|
|
@ -14,7 +14,7 @@ fn_sleep_time |
|
|
|
echo -e "=================================" |
|
|
|
echo -e "${lightyellow}Linux${default}GSM_" |
|
|
|
echo -e "by Daniel Gibbs" |
|
|
|
echo -e "${lightblue}Game:${default}${gamename}" |
|
|
|
echo -e "${lightblue}Game:${default} ${gamename}" |
|
|
|
echo -e "${lightblue}Website:${default} https://linuxgsm.com" |
|
|
|
echo -e "${lightblue}Contributors:${default} https://linuxgsm.com/contrib" |
|
|
|
echo -e "${lightblue}Donate:${default} https://linuxgsm.com/donate" |
|
|
|