Skip to content
Snippets Groups Projects
Commit dff626f5 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

use apt-get instead of apt

parent caddc461
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ def main():
!= 0
):
result = run(
["/usr/bin/apt", "install", "-y", pkg],
["/usr/bin/apt-get", "install", "-y", pkg],
shell=False,
stdout=PIPE,
stderr=STDOUT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment