diff --git a/.install/scuttlebutt.sh b/.install/scuttlebutt.sh index 07dde05..a490245 100755 --- a/.install/scuttlebutt.sh +++ b/.install/scuttlebutt.sh @@ -36,7 +36,7 @@ scuttlebutt() { # INSTALL sbotc if [[ ! $(which sbotc) ]]; then sudo apt install libsodium-dev jq -y - git clone https://git.scuttlebot.io/%25133ulDgs%2FoC1DXjoK04vDFy6DgVBB%2FZok15YJmuhD5Q%3D.sha256 sbotc + git submodule add https://git.scuttlebot.io/%25133ulDgs%2FoC1DXjoK04vDFy6DgVBB%2FZok15YJmuhD5Q%3D.sha256 sbotc cd sbotc make sudo make install