Compare commits

..

No commits in common. "ec679013e334a1830858537b031abc5c8a3cced8" and "2ba33ad5d645299bf3c0fa5c31fef4b481673828" have entirely different histories.

View file

@ -81,7 +81,7 @@ class sunetdrive::script (
provider => apt, provider => apt,
} }
$drive_version = '0.3.1' $drive_version = '0.3.1'
if $facts['os']['distro']['id'] == 'Debian' { if $facts['os']['name'] == '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'