Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
dff626f5
Commit
dff626f5
authored
5 years ago
by
Nicolas KAROLAK
Browse files
Options
Downloads
Patches
Plain Diff
use apt-get instead of apt
parent
caddc461
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkgs_envsetup.py
+1
-1
1 addition, 1 deletion
pkgs_envsetup.py
with
1 addition
and
1 deletion
pkgs_envsetup.py
+
1
−
1
View file @
dff626f5
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment