Skip to content
Snippets Groups Projects
Commit 74be1716 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

Merge branch 'bugfix/eatmydata' into 'master'

Fix "eatmydata: unable to find 'apt-get' in PATH" on Ubuntu Hirsute

See merge request !2
parents 95809f91 676160ec
No related branches found
No related tags found
1 merge request!2Fix "eatmydata: unable to find 'apt-get' in PATH" on Ubuntu Hirsute
Pipeline #17177 passed
......@@ -34,7 +34,9 @@ if [ -n "$ICINGA_BUILD_APTCACHER" ]; then
fi
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 ]"
(
......
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