Update file run_onchange_before_11-install-docker.tmpl

This commit is contained in:
Brian Zalewski 2023-01-24 05:10:04 +00:00
parent 1f6f091891
commit 51e411efe9

View file

@ -80,8 +80,8 @@ if [ ! -d /Applications ] || [ ! -d /System ]; then
logg info 'Building gVisor from source'
sudo git clone https://github.com/google/gvisor.git /usr/local/src/gvisor
cd /usr/local/src/gvisor
mkdir -p bin
make copy TARGETS=runsc DESTINATION=bin/
sudo mkdir -p bin
sudo make copy TARGETS=runsc DESTINATION=bin/
sudo cp ./bin/runsc /usr/local/bin
fi