qbcore-framework / qb-multicharacter

Multi-Character System Used With QB-Core :man: :woman:
GNU General Public License v3.0
32 stars 237 forks source link

auto update qbcore respositories[SUGGESTION] #198

Closed underdogminecraft closed 1 year ago

underdogminecraft commented 1 year ago

Do I have to update all the repositories manually by checking github for any updates or it can get update automatically even if i m hosting my server locally.

nzkfc commented 1 year ago

For my local I just do a mass pull down using some dum dum .bat file, there is prob a better way to do it, but i've not bothered to learn much github stuff.

  1. Make a folder where you want stuff to download to
  2. Create a txt file and call it pull-qb-core.bat
  3. Inside, just add the repo's you want it to get e.g.:

git clone https://github.com/qbcore-framework/qb-core git clone https://github.com/qbcore-framework/qb-smallresources git clone https://github.com/qbcore-framework/qb-

Then save it and double click it, will start to pull down to that folder.

Someone might come in here and advise of a better way to do it, but it's how I grab stuff for local then dump it into the relevant folders for my resources.

github-actions[bot] commented 1 year ago

This issue has had 60 days of inactivity & will close within 7 days