Finalized update script
This commit is contained in:
parent
b3b1ff6d25
commit
da379f9eac
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
rm ./updater.sh
|
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() {
|
updater() {
|
||||||
source updater.sh
|
source updater.sh
|
||||||
}
|
}
|
||||||
|
@ -50,4 +50,4 @@ fi
|
|||||||
cd build; cmake ..; make; cd ..; cd ..
|
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
|
||||||
|
Reference in New Issue
Block a user