`sudo apt-get update` before installing socat
Without this I was getting: ```sh @worker-0:~$ sudo apt-get -y install socat Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package socat ```pull/344/head
parent
4f5cecb5ed
commit
fce27455aa
|
@ -15,6 +15,7 @@ gcloud compute ssh worker-0
|
|||
Install the OS dependencies:
|
||||
|
||||
```
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install socat
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue