Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/setup/laptop_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ "$first_time" = "yes" ]; then
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
apt update && apt install -y git-lfs
git lfs install # has to be run only once on a single user account
cd $ROOT_DIR && git submodule update --recursive --remote --init
cd $ROOT_DIR && git rm ./src/droid/fairo && git submodule update --recursive --init

# install docker
echo -e "Install docker \n"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/nuc_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if [ "$first_time" = "yes" ]; then
eval "$(ssh-agent -s)"
ssh-add /home/$USERNAME/.ssh/id_ed25519
ROOT_DIR="$(git rev-parse --show-toplevel)"
cd $ROOT_DIR && git submodule update --recursive --remote --init
cd $ROOT_DIR && git rm ./src/droid/oculus_reader && git submodule update --recursive --init

# install docker
echo -e "\nInstall docker \n"
Expand Down