diff --git a/LICENSE b/LICENSE index 35cbf06..0daab55 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 angristan (Stanislas Lange) +Copyright (c) 2019 angristan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 7c11880..c1162a0 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,5 @@ I recommend these cheap cloud providers for your VPN server: - [Vultr](https://goo.gl/Xyd1Sc): Worldwide locations, IPv6 support, starting at \$3.50/month - [Hetzner](https://hetzner.cloud/?ref=ywtlvZsjgeDq): Germany and Finland, IPv6, 20 TB of traffic, starting at €3/month -- [Digital Ocean](https://goo.gl/qXrNLK): Worldwide locations, IPv6 support, starting at \$5/month +- [Digital Ocean](https://goo.gl/qXrNLK): Worldwide locations, IPv6 support, starting at \$4/month - [PulseHeberg](https://goo.gl/76yqW5): France, unlimited bandwidth, starting at €3/month diff --git a/wireguard-install.sh b/wireguard-install.sh index 4fe5fb8..a8c8b54 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -372,7 +372,8 @@ function revokeClient() { function uninstallWg() { echo "" - read -rp "Do you really want to remove WireGuard? [y/n]: " -e -i n REMOVE + read -rp "Do you really want to remove WireGuard? [y/n]: " -e REMOVE + REMOVE=${REMOVE:-n} if [[ $REMOVE == 'y' ]]; then checkOS