complexorganizations / wireguard-manager

✔️ WireGuard-Manager is an innovative tool designed to streamline the deployment and management of WireGuard VPNs. Emphasizing user-friendliness and security, it simplifies the complexities of VPN configuration, offering a robust yet accessible solution for both personal and professional use.
Other
1.59k stars 203 forks source link

Add wireguard-manager to path #369

Closed Prajwal-Koirala closed 1 year ago

Prajwal-Koirala commented 1 year ago

Add wireguard manager to path. $HOME/.bashrc

# Set the path to wireguard-manager
if [ -f "/usr/local/bin/wireguard-manager.sh" ]; then
    PATH="$PATH:/usr/local/bin/wireguard-manager.sh"
fi