Remove post-install script

This commit is contained in:
LinuxSquare 2024-11-16 12:03:54 +01:00
parent 0cac54a734
commit d2382748e9
2 changed files with 0 additions and 12 deletions

View file

@ -8,7 +8,6 @@ url="https://pterodactyl.io/"
license="MIT"
optdepends="podman docker" # Install either podman or docker
makedepends="go"
install="$pkgname.post-install"
source="$pkgname-$pkgver.tar.gz::https://github.com/pterodactyl/wings/archive/refs/tags/v${pkgver}.tar.gz pterodactyl-wings.initd"
options="!check"

View file

@ -1,11 +0,0 @@
#!/bin/sh
cat >&2 <<EOF
*
* If you're using podman as your cointainer runtime, make sure to enable the podman service and symlink
* /var/run/podman/podman.sock to /var/run/docker.sock, since wings has been originally written with docker in mind.
* ln -s /var/run/podman/podman.sock /var/run/docker.sock
* This symlink will vanish after a system reboot, so make sure you create a service or something else, to automatically
* generate this symlink again, before the wings-service starts.
*
EOF