From f63ae969a707a1f04143714d9a6488c333838b87 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 13 Jan 2023 11:02:13 +0100 Subject: [PATCH] add tmtccmd and spacepackets install scripts --- tmtc/deps/.gitignore | 4 ++++ tmtc/deps/install_spacepackets.sh | 3 +++ tmtc/deps/install_tmtccmd.sh | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 tmtc/deps/.gitignore create mode 100755 tmtc/deps/install_spacepackets.sh create mode 100755 tmtc/deps/install_tmtccmd.sh diff --git a/tmtc/deps/.gitignore b/tmtc/deps/.gitignore new file mode 100644 index 0000000..b628143 --- /dev/null +++ b/tmtc/deps/.gitignore @@ -0,0 +1,4 @@ +/* +!/*.sh +!/.gitignore + diff --git a/tmtc/deps/install_spacepackets.sh b/tmtc/deps/install_spacepackets.sh new file mode 100755 index 0000000..5e9be5e --- /dev/null +++ b/tmtc/deps/install_spacepackets.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git clone https://github.com/us-irs/spacepackets-py.git diff --git a/tmtc/deps/install_tmtccmd.sh b/tmtc/deps/install_tmtccmd.sh new file mode 100755 index 0000000..da0ce8a --- /dev/null +++ b/tmtc/deps/install_tmtccmd.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git clone https://github.com/robamu-org/tmtccmd.git