Update file run_onchange_before_11-install-docker.tmpl

This commit is contained in:
Brian Zalewski 2023-02-02 08:04:31 +00:00
parent f5c75bf97b
commit d1065b9114

View file

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