feat: add azure-distrobox service

This commit is contained in:
Bastien Riviere 2024-05-19 16:23:11 +02:00
parent cd4b46af78
commit ad82b8b879
Signed by: babariviere
GPG key ID: 4E5F0839249F162E
7 changed files with 24 additions and 8 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
if [ ! -f ~/.config/distrobox.ini ]; then
echo "No distrobox config at ~/.config/distrobox.ini, skipping"
exit 0
fi
distrobox assemble create --file ~/.config/distrobox.ini