Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker Build Images
scripts
Commits
676160ec
Commit
676160ec
authored
Mar 22, 2021
by
Alexander A. Klimov
😎
Browse files
Fix "eatmydata: unable to find 'apt-get' in PATH" on Ubuntu Hirsute
parent
95809f91
Pipeline
#17082
passed with stage
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
icinga-build-deb-binary
View file @
676160ec
...
@@ -34,7 +34,9 @@ if [ -n "$ICINGA_BUILD_APTCACHER" ]; then
...
@@ -34,7 +34,9 @@ if [ -n "$ICINGA_BUILD_APTCACHER" ]; then
fi
fi
echo
"[ apt-get update ]"
echo
"[ apt-get update ]"
sudo
$eatmydata
apt-get update
# absolute apt-get path because of
# "eatmydata: unable to find 'apt-get' in PATH" on Ubuntu Hirsute
sudo
$eatmydata
/usr/bin/apt-get update
echo
"[ Extracting source to build directory ]"
echo
"[ Extracting source to build directory ]"
(
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment