Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
datasid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
simmctic
datasid
Commits
5e9263a9
Commit
5e9263a9
authored
9 years ago
by
Diego Giovane Pasqualin
Browse files
Options
Downloads
Patches
Plain Diff
Add missing packages on win agent generation
Signed-off-by:
Diego Giovane Pasqualin
<
dpasqualin@c3sl.ufpr.br
>
parent
968e9ecb
Branches
fix-404
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
windows-installer/install-essencials.sh
+3
-1
3 additions, 1 deletion
windows-installer/install-essencials.sh
with
3 additions
and
1 deletion
windows-installer/install-essencials.sh
+
3
−
1
View file @
5e9263a9
#!/bin/bash
REQUIRED_PKGS
=
"wine gcc-mingw-w64 p7zip-full autoconf"
REQUIRED_PKGS
=
"wine gcc-mingw-w64 p7zip-full autoconf libtool
build-essential libbison-dev zlib1g-dev libssl-dev"
pkgs_to_install
=
""
for
pkg
in
$REQUIRED_PKGS
;
do
if
!
dpkg
--get-selections
$pkg
|
grep
-q
-w
'install$'
;
then
...
...
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