summaryrefslogtreecommitdiff
path: root/Tools/GHA-linux-install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/GHA-linux-install.sh')
-rw-r--r--Tools/GHA-linux-install.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tools/GHA-linux-install.sh b/Tools/GHA-linux-install.sh
new file mode 100644
index 000000000..ea2108fce
--- /dev/null
+++ b/Tools/GHA-linux-install.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+#lsb_release -a
+# find location of current script (only works in bash)
+script_dir="$( dirname "${BASH_SOURCE[0]}")"
+
+# run generic script
+RETRY=
+source "$script_dir"/CI-linux-install.sh