mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-30 20:13:20 -04:00
7 lines
141 B
Plaintext
Executable File
7 lines
141 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** Installing ros2 and ros dev tools"
|
|
apt-get install -y \
|
|
ros-humble-ros-base \
|
|
ros-dev-tools
|