From a4341b84e7b65715cdbba45f6a6b491201b6dbb9 Mon Sep 17 00:00:00 2001 From: Mathias Sass Michno Date: Sat, 4 Aug 2018 21:03:55 +0200 Subject: [PATCH] Change default github user for fetching scripts --- linuxgsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxgsm.sh b/linuxgsm.sh index 67f24da3f..e980c2942 100755 --- a/linuxgsm.sh +++ b/linuxgsm.sh @@ -46,7 +46,7 @@ userinput="${1}" ## GitHub Branch Select # Allows for the use of different function files # from a different repo and/or branch. -githubuser="GameServerManagers" +githubuser="mathiassmichno" githubrepo="LinuxGSM" githubbranch="master"