From ce6bf3c4f761c81a504bd77451f8225e3d072c93 Mon Sep 17 00:00:00 2001 From: heckeralt Date: Wed, 25 Sep 2024 14:35:03 -0400 Subject: [PATCH] Add install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..7010469 --- /dev/null +++ b/install.sh @@ -0,0 +1,3 @@ +cp main.sh /bin/hpkg +chmod +x /bin/hpkg +echo Done pls run hpkg command to install apps \ No newline at end of file