Finalized update script

This commit is contained in:
TotallyNotElite 2018-05-21 11:14:43 +02:00
parent b3b1ff6d25
commit da379f9eac
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
rm ./updater.sh
wget https://raw.githubusercontent.com/TotallyNotElite/cathook/testingbranch01/tools/updater.sh
wget https://raw.githubusercontent.com/nullworks/cathook/master/tools/updater.sh
updater() {
source updater.sh
}

View File

@ -50,4 +50,4 @@ fi
cd build; cmake ..; make; cd ..; cd ..
cp -a -u ./cathook/tools/. ./; rm ./README; rm ./updater
cp -a -u ./cathook/tools/. ./; rm ./README; rm ./updater.sh