Skip to content

Commit

Permalink
ensure containers dir exist
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Mar 30, 2024
1 parent e5c8d17 commit ba9884a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ sudo chmod u-s /usr/bin/newuidmap
sudo chmod u-s /usr/bin/newgidmap
if [ ! -f ~/.local/share/containers/.clean ]; then
sudo rm -rf ~/.local/share/containers/*
mkdir -p ~/.local/share/containers/
sudo touch ~/.local/share/containers/.clean
fi
echo -e "[storage]\ndriver = \"vfs\"" | sudo tee /etc/containers/storage.conf > /dev/null
Expand Down

0 comments on commit ba9884a

Please sign in to comment.