5 lines
93 B
Text
5 lines
93 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
podman rm -f general-cachyos
|
||
|
|
|
||
|
|
distrobox assemble create --file /etc/distrobox.ini
|