From d564b8f827893d991fa5a31b123f43d1c03a2cba Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 13 Dec 2024 11:32:27 -0400 Subject: [PATCH] add readme --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c857beb --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +### +Run + +``` +sudo apt update +sudo apt upgrade +git clone https://git.spirirobotics.com/aepko/SpiriBase-Deploy.git +cd SpiriBase-Deploy +sudo make +``` + +Choose manual (some private repos are breaking automatic, as you need to input username/password to download repos) +Install one by one until finished + +SpiriLink driver install may drop SSH connection while it reboots network manager. Wait a few seconds and reconnect or do it via keyboard/monitor. \ No newline at end of file