]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
manager: scripts: add installation script
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 20 Oct 2022 14:49:26 +0000 (16:49 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Mon, 31 Oct 2022 10:32:24 +0000 (11:32 +0100)
manager/scripts/install.sh [new file with mode: 0644]

diff --git a/manager/scripts/install.sh b/manager/scripts/install.sh
new file mode 100644 (file)
index 0000000..30b0880
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+# ensure consistent behaviour
+scripts_dir="$(dirname "$(realpath "$0")")"
+
+# change dir to 'manager'
+cd $scripts_dir
+cd ..
+
+echo "building the Manager ..."
+python3 setup.py install