Update .local/bin/provision
This commit is contained in:
parent
0fef8df263
commit
d72760ccf5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -eo pipefail
|
set -eox pipefail
|
||||||
|
|
||||||
### Qubes dom0
|
### Qubes dom0
|
||||||
if command -v qubesctl > /dev/null; then
|
if command -v qubesctl > /dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue