New beta download trial

This commit is contained in:
Michael Stanclift 2020-05-28 11:14:00 -05:00
parent 14fe198810
commit baad802d0d

View File

@ -106,8 +106,8 @@ function beta_gs {
MESSAGE="Requires GitHub Installation"
echo -e "${INFO} ${MESSAGE}"
git reset --hard
git pull
git checkout origin/development
git fetch origin
git pull origin development
exit
}