From dcc7360ff52cb66aab5f9f06ffb7247bba16da15 Mon Sep 17 00:00:00 2001 From: fadmin Date: Sun, 16 Aug 2026 17:27:06 -0400 Subject: [PATCH] Add Home --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..0692288 --- /dev/null +++ b/Home.md @@ -0,0 +1,7 @@ +**How to Apply** + +Ensure it is executable: chmod +x install_osticket.sh + +Run it: sudo ./install_osticket.sh + +Note: I added prompts for WEB_USER and WEB_GROUP as well, so you can easily switch between apache (Fedora/RHEL) and www-data (Ubuntu/Debian) without editing the file code. \ No newline at end of file