From c3b6ac19ed8c2e1d29b03897c747f17f2d890cf2 Mon Sep 17 00:00:00 2001 From: manijamali2003 Date: Fri, 28 Jul 2023 13:14:42 +0430 Subject: [PATCH] Install to / --- rootcopy/Install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rootcopy/Install.sh diff --git a/rootcopy/Install.sh b/rootcopy/Install.sh new file mode 100644 index 0000000..ccce471 --- /dev/null +++ b/rootcopy/Install.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +sudo cp -r usr / +sudo chmod +x /usr/bin/Welcome \ No newline at end of file