gamemode icon indicating copy to clipboard operation
gamemode copied to clipboard

Do I need to use Git Pull to update from 1.5.1 to 1.6?

Open Redbatman89 opened this issue 4 years ago • 4 comments

So I want to update from 1.5.1 to 1.6 but doing the following doesn't seem to work.

git clone https://github.com/FeralInteractive/gamemode.git cd gamemode git checkout 1.6 # omit to build the master branch ./bootstrap.sh

What should I type in my terminal to update?

Redbatman89 avatar Sep 21 '20 17:09 Redbatman89

Navigate to your 1.5.1 source directory (i.e. gamemode) and try the following:

git pull origin master git checkout 1.6 ./bootstrap.sh

afayaz-feral avatar Sep 21 '20 17:09 afayaz-feral

Thanks I'll try it when I get home, but i have to type in cd gamemode first right?

Redbatman89 avatar Sep 21 '20 18:09 Redbatman89

Thanks I'll try it when I get home, but i have to type in cd gamemode first right?

Yes.

luni3359 avatar Oct 04 '20 02:10 luni3359

Odd it didn't work, do I need to delete the files already present in there first?

Redbatman89 avatar Oct 07 '20 17:10 Redbatman89