Update AGENTS.md file and db schema
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script installs wireguard on the host system.
|
||||
# Depending on the OS, whether Debian, or Fedora, or Arch,
|
||||
# this script selects the appropriate package manager and
|
||||
# packages to install to get wireguard working
|
||||
# This script will run as root, to have full access needed
|
||||
# to setup wireguard
|
||||
# This script will also be idempotent, so that it doesn't
|
||||
# have to install repeatedly if the required tools and
|
||||
# packages are alread installed.
|
||||
Reference in New Issue
Block a user