8000 update · wng-coder/robot-ops@4ba23e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ba23e4

Browse files
committed
update
1 parent bce5a2b commit 4ba23e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

github-ssh.sh renamed to prepare-host.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22

3-
set -e
3+
# set -e
4+
5+
docker network create ros-network
6+
docker volume create ros-workspace
47

58
if [[ $# -ge 2 ]]
69
then

0 commit comments

Comments
 (0)
0