Skip to content

Commit

Permalink
Add xe all install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jan 10, 2024
1 parent a97770c commit abbe677
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion download_repos.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -xe
# Install vcstool
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
Expand Down
2 changes: 1 addition & 1 deletion install_ROS.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -xe
#TODO: get this as a parameter
MIRTE_SRC_DIR=/usr/local/src/mirte

Expand Down
2 changes: 1 addition & 1 deletion install_arduino.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -xe
MIRTE_SRC_DIR=/usr/local/src/mirte

# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion install_jupyter_ros.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -xe
MIRTE_SRC_DIR=/usr/local/src/mirte

# install basic python tools
Expand Down
4 changes: 2 additions & 2 deletions install_mirte.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -x
set -xe

MIRTE_SRC_DIR=/usr/local/src/mirte

Expand All @@ -14,7 +14,7 @@ sudo update-locale LC_ALL=en_US.UTF-8 LANGUAGE=en_US.UTF-8

# Install vcstool
cp repos.yaml $MIRTE_SRC_DIR
cp download_repos.sh $MIRTE_SRC_DIR
cp download_repos.sh $MIRTE_SRC_DIR || true
cd $MIRTE_SRC_DIR || exit
./download_repos.sh

Expand Down
2 changes: 1 addition & 1 deletion install_web.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -xe
MIRTE_SRC_DIR=/usr/local/src/mirte

# Update
Expand Down
2 changes: 1 addition & 1 deletion network_install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -xe
MIRTE_SRC_DIR=/usr/local/src/mirte

# Make sure there are no conflicting hcdp-servers
Expand Down

0 comments on commit abbe677

Please sign in to comment.