Browse Source

Change default github user for fetching scripts

pull/3071/head
Mathias Sass Michno 7 years ago
parent
commit
a4341b84e7
  1. 2
      linuxgsm.sh

2
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"

Loading…
Cancel
Save