refactor: remove script bundling

This commit is contained in:
zaneschepke
2026-03-27 00:45:52 -04:00
parent 1df671930a
commit 66a6cd6958
2 changed files with 0 additions and 5 deletions
-2
View File
@@ -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. 1. Download the `tar.gz` file from the latest release.
2. From the directory where you downloaded the file: 2. From the directory where you downloaded the file:
> **Note:** In future versions, these scripts will be bundled with the tarball.
**Install** **Install**
```bash ```bash
# Download and extract the tarball, download install script, and execute # Download and extract the tarball, download install script, and execute
-3
View File
@@ -72,9 +72,6 @@ app {
deb.depends = ["systemd"] deb.depends = ["systemd"]
rpm.requires = ["systemd"] rpm.requires = ["systemd"]
inputs += "scripts/linux/install.sh" -> "install.sh"
inputs += "scripts/linux/uninstall.sh" -> "uninstall.sh"
gpg { gpg {
name = "WG Tunnel" name = "WG Tunnel"
email = "support@wgtunnel.com" email = "support@wgtunnel.com"