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