From b3a3d688803c68fd1e6cbaaabba48d8bfc308912 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <38938720+TotallyNotElite@users.noreply.github.com> Date: Mon, 21 May 2018 11:50:36 +0200 Subject: [PATCH] Remove updater.sh after install --- install-all | 1 + 1 file changed, 1 insertion(+) diff --git a/install-all b/install-all index 2dbb670c..ae1f46ee 100755 --- a/install-all +++ b/install-all @@ -36,4 +36,5 @@ git clone --recursive https://github.com/nullworks/cathook.git;cd cathook;mkdir cp -a -u ./cathook/tools/. ./ rm ./README +rm ./updater.sh cd ..; rm install-all