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