updates all the repos in your user/Vencord/userplugins folder with a simple script
- put the check_and_update_repos.sh file into your userplugins folder
- open terminal and go to the userplugin folder's path
- paste chmod +x check_and_update_repos.sh to make the script executable, only for unix based systems. For windows, install bash (I reccomend git, git alrdy has bash preinstalled so once you add it to your path bash is auto configured https://git-scm.com/downloads/win) then move to the next step.
- paste ./check_and_update_repos.sh and press enter
- you shoul see all the repos pop up one by one. repos on the newest version will show as "already up to date" and ones that need to be pulled will show "needs to pull updates" and will show what was pulled.
it'll look like this
sometimes itll ask for your github username and password since it uses the git, when asked js provide the information.
this is the prompt itll show when its needed
then itll show "password for {your github username}"
you can find the information here, in your password manager



