mirror of
https://github.com/wgtunnel/desktop.git
synced 2026-06-02 00:29:09 +02:00
refactor: remove script bundling
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user