Add openSUSE Tumbleweed/Leap support (#1166)

<!---
️ Please read ➡️ Please make sure you've followed the guidelines:
https://github.com/angristan/openvpn-install#contributing
 Please make sure your changes are tested and working
🗣️ Please avoid large PRs, and discuss changes in a GitHub issue first
 If the changes are too big and not in line with the project, they will
probably be rejected. Remember that this script is meant to be simple
and easy to use.
--->

---------

Co-authored-by: Stanislas Lange <git@slange.me>
This commit is contained in:
Guo Yunhe
2025-12-12 04:22:12 +08:00
committed by GitHub
parent 4b00f44e8e
commit bbf93a19d5
5 changed files with 61 additions and 14 deletions

View File

@@ -25,6 +25,10 @@ RUN if command -v apt-get >/dev/null; then \
pacman -Syu --noconfirm \
iproute2 iptables curl procps-ng bind \
&& pacman -Scc --noconfirm; \
elif command -v zypper >/dev/null; then \
zypper install -y \
iproute2 iptables curl procps systemd tar gzip bind-utils gawk \
&& zypper clean -a; \
fi
# Create TUN device (will be mounted at runtime)