From da379f9eacce5242399fb1a8438640c2fcf1a451 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Mon, 21 May 2018 11:14:43 +0200 Subject: [PATCH] Finalized update script --- tools/update | 2 +- tools/updater.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/update b/tools/update index 5aef4dce..036e9134 100755 --- a/tools/update +++ b/tools/update @@ -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 } diff --git a/tools/updater.sh b/tools/updater.sh index 12e592a0..02b178b4 100755 --- a/tools/updater.sh +++ b/tools/updater.sh @@ -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