Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hsh-maxima
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
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
elc
hsh-maxima
Commits
d2880b79
Commit
d2880b79
authored
4 years ago
by
Lennart Kramer
Browse files
Options
Downloads
Patches
Plain Diff
pass -y to apt-get
parent
87f1894d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildscript.sh
+2
-2
2 additions, 2 deletions
buildscript.sh
with
2 additions
and
2 deletions
buildscript.sh
+
2
−
2
View file @
d2880b79
...
...
@@ -42,5 +42,5 @@ gcc -shared maxima_fork.c -lbsd -fPIC -Wall -Wextra -o libmaximafork.so
mv
libmaximafork.so /usr/lib
rm
-r
${
SRC
}
/maxima_fork.c
mkdir
-p
${
LIB
}
${
LOG
}
${
TMP
}
${
PLOT
}
${
ASSETS
}
${
BIN
}
apt-get purge bzip2 make wget python3 gcc texinfo
apt-get autoremove
apt-get purge
-y
bzip2 make wget python3 gcc texinfo
apt-get autoremove
-y
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