feat: add azure-distrobox service
This commit is contained in:
parent
cd4b46af78
commit
ad82b8b879
7 changed files with 24 additions and 8 deletions
8
files/usr/libexec/azure-distrobox
Normal file
8
files/usr/libexec/azure-distrobox
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue