Change 'need podman' to 'need docker'

This commit is contained in:
LinuxSquare 2024-11-16 12:16:04 +01:00
parent d9274e9ed3
commit 2a48cab6a3
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: LinuxSquare <linuxsquare@noveria.org> # Maintainer: LinuxSquare <linuxsquare@noveria.org>
pkgname=pterodactyl-panel-compose pkgname=pterodactyl-panel-compose
pkgver=1.11.10 pkgver=1.11.10
pkgrel=1 pkgrel=2
pkgdesc="The Pterodactyl Panel" pkgdesc="The Pterodactyl Panel"
arch="x86_64" arch="x86_64"
url="https://pterodactyl.io/" url="https://pterodactyl.io/"

View file

@ -9,8 +9,8 @@ command_args="start $(ip a | grep "state UP" -A2 | grep inet | awk '{$1=$1};1 {s
depend() { depend() {
need net need net
after podman after docker
need podman need docker
} }
stop() { stop() {