From 66a6cd695840bb6f898f4a88572cd6dbff819173 Mon Sep 17 00:00:00 2001 From: zaneschepke Date: Fri, 27 Mar 2026 00:45:52 -0400 Subject: [PATCH] refactor: remove script bundling --- README.md | 2 -- conveyor.conf | 3 --- 2 files changed, 5 deletions(-) diff --git a/README.md b/README.md index 913d7c7..6c5eb0a 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,6 @@ For users on immutable distros, NixOS, or who prefer zero repository footprint. 1. Download the `tar.gz` file from the latest release. 2. From the directory where you downloaded the file: -> **Note:** In future versions, these scripts will be bundled with the tarball. - **Install** ```bash # Download and extract the tarball, download install script, and execute diff --git a/conveyor.conf b/conveyor.conf index f45d7c6..0052d6e 100644 --- a/conveyor.conf +++ b/conveyor.conf @@ -72,9 +72,6 @@ app { deb.depends = ["systemd"] rpm.requires = ["systemd"] - inputs += "scripts/linux/install.sh" -> "install.sh" - inputs += "scripts/linux/uninstall.sh" -> "uninstall.sh" - gpg { name = "WG Tunnel" email = "support@wgtunnel.com"