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

prevent partial updates on Arch #377

Closed mpldr closed 1 year ago

mpldr commented 1 year ago

Whenever Arch packages are synced (-S), update the package database and the keyring before to prevent partial updates which are not supported.

Also fix the automatic installation of packages on each start and instead check whether they are installed and install only if they are not.

Link: https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported Signed-off-by: Moritz Poldrack moritz@poldrack.dev

mpldr commented 1 year ago

The patch has been rebased on origin/HEAD and the mentioned issue has been fixed.

Prajwal-Koirala commented 1 year ago

@mpldr Please provide more issues or PR or both.