add tmtccmd and spacepackets install scripts
This commit is contained in:
parent
a9ccd5e146
commit
f63ae969a7
4
tmtc/deps/.gitignore
vendored
Normal file
4
tmtc/deps/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
/*
|
||||
!/*.sh
|
||||
!/.gitignore
|
||||
|
3
tmtc/deps/install_spacepackets.sh
Executable file
3
tmtc/deps/install_spacepackets.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
git clone https://github.com/us-irs/spacepackets-py.git
|
3
tmtc/deps/install_tmtccmd.sh
Executable file
3
tmtc/deps/install_tmtccmd.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
git clone https://github.com/robamu-org/tmtccmd.git
|
Loading…
Reference in New Issue
Block a user