add installers/arch/scripts/distrobox.sh to repo for setting up
podman/distroboxmaster
parent
502e280deb
commit
f7c17f419c
|
@ -0,0 +1,18 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
sudo pacman -S podman fuse-overlayfs
|
||||
|
||||
yay -S distrobox
|
||||
|
||||
|
||||
echo "setting storage driver to btrfs, if not using btrfs change this in ~/.config/containers/storage.conf"
|
||||
mkdir ~/.config/containers/
|
||||
|
||||
{
|
||||
echo "[storage]"
|
||||
echo ""
|
||||
echo "driver = \"btrfs\""
|
||||
echo ""
|
||||
} > ~/.config/containers/storage.conf
|
||||
|
Loading…
Reference in New Issue