hwdsl2 / wireguard-install

WireGuard VPN server installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS, Fedora, openSUSE and Raspberry Pi OS
MIT License
1.15k stars 267 forks source link

Abort install #13

Closed lexmaxak closed 1 year ago

lexmaxak commented 1 year ago

Checklist

Describe the issue Installing WireGuard, please wait...

To Reproduce

  1. Install WG
  2. Deinstall WG
  3. Install WG

Expected behavior A clear and concise description of what you expected to happen.

Logs Add error logs to help explain the problem, if applicable.

Server (please complete the following information)

Client (please complete the following information)

Additional context Add any other context about the problem here.

hwdsl2 commented 1 year ago

@lexmaxak Hello! Thanks for reporting this issue. I could not reproduce this issue on a Ubuntu 22.04 or Debian 11 system. Most likely it's because the command apt-get -yqq install wireguard qrencode failed for some reason when you reinstalled WireGuard, and it's not an issue with the script itself. I'll add a check in the script to help catch this.