Update dotfiles/.local/bin/install-dotfiles
This commit is contained in:
parent
a0044a9cee
commit
7d27d6213b
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
if [ -f '/etc/qubes-release' ]; then
|
||||
# Qubes dom0
|
||||
qvm-create --label red --template debian-11 provision &> /dev/null || EXIT_CODE=$?
|
||||
|
|
Loading…
Reference in a new issue