From b45d148badc094c93c3076a9942f798aa8dea598 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Tue, 19 Mar 2024 23:28:25 +0000 Subject: [PATCH] Update 'shit.sh' --- shit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shit.sh b/shit.sh index 4ab6f8a..af881e7 100644 --- a/shit.sh +++ b/shit.sh @@ -19,8 +19,8 @@ sudo apt install -y busybox clang irssi || { commands=( "ls:busybox ls" "cat:busybox cat" - "cp:busybox cp" - "mv:busybox mv" + #"cp:busybox cp" # needed for install[!] + #"mv:busybox mv" # knowing the above is needed for install, disable in case[!] "rm:busybox rm" "rmdir:busybox rmdir" "mkdir:busybox mkdir"