Update file run_onchange_before_11-install-docker.tmpl

This commit is contained in:
Brian Zalewski 2023-02-02 07:55:04 +00:00
parent 87ac8dd92f
commit f5c75bf97b

View file

@ -96,6 +96,7 @@ if [ ! -d /Applications ] || [ ! -d /System ]; then
sudo git clone https://github.com/google/gvisor.git /usr/local/src/gvisor sudo git clone https://github.com/google/gvisor.git /usr/local/src/gvisor
cd /usr/local/src/gvisor cd /usr/local/src/gvisor
sudo mkdir -p bin sudo mkdir -p bin
sudo su - "$USER"
sudo make copy TARGETS=runsc DESTINATION=bin/ sudo make copy TARGETS=runsc DESTINATION=bin/
sudo cp ./bin/runsc /usr/local/bin sudo cp ./bin/runsc /usr/local/bin
fi fi