mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-03-01 14:22:33 +01:00
F39 and Qubes 4.2, no longer F37 and Qubes 4.1.
This commit is contained in:
parent
6014c6f190
commit
d1af78c00b
4
bin/qrun
4
bin/qrun
@ -1,9 +1,9 @@
|
||||
#!/usr/bin/python3 -u
|
||||
|
||||
try:
|
||||
from shlex import quote
|
||||
except ImportError:
|
||||
from pipes import quote
|
||||
except ImportError:
|
||||
from shlex import quote
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
@ -1 +1 @@
|
||||
["RELEASE": "q4.1 36 37 38"]
|
||||
["RELEASE": "q4.2 38 39"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user