vencord fixes

This commit is contained in:
Malte Jürgens
2022-10-25 20:27:22 +02:00
parent 9d9e57df1e
commit 906deee580
3 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ if [ ! -d "Vencord" ]; then
git clone https://github.com/Vendicated/Vencord.git
cd Vencord
else
echo_status "Pulling Vencord changes"
echo_status "Fetching Vencord changes"
cd Vencord
git pull
git fetch
fi
echo_status "Checking out latest commit"