Merge branch 'main' into testing
This commit is contained in:
commit
ec679013e3
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class sunetdrive::script (
|
||||||
provider => apt,
|
provider => apt,
|
||||||
}
|
}
|
||||||
$drive_version = '0.3.1'
|
$drive_version = '0.3.1'
|
||||||
if $facts['os']['name'] == 'Debian' {
|
if $facts['os']['distro']['id'] == 'Debian' {
|
||||||
$pip_cmd = 'pip3 install --break-system-packages'
|
$pip_cmd = 'pip3 install --break-system-packages'
|
||||||
} else {
|
} else {
|
||||||
$pip_cmd = 'python3 -m pip install'
|
$pip_cmd = 'python3 -m pip install'
|
||||||
|
|
Loading…
Add table
Reference in a new issue