From fcf8e786ccdb876cc3000e944a0faf96bc1e39af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Wed, 24 Apr 2024 01:14:13 +0300 Subject: [PATCH] prepare -> build --- hlna-git/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlna-git/lure.sh b/hlna-git/lure.sh index 6a85750..aed3b5c 100644 --- a/hlna-git/lure.sh +++ b/hlna-git/lure.sh @@ -26,7 +26,7 @@ scripts=( ['postremove']='postremove.sh' ) -prepare() { +build() { pip3 install --upgrade rcon }