mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 21:37:34 +08:00
ubuntu.sh: correct output during ccache installation (#13106)
This commit is contained in:
committed by
Julian Oes
parent
941a3258b6
commit
05446c0875
@@ -107,7 +107,7 @@ sudo apt-get -yy --quiet --no-install-recommends install \
|
||||
|
||||
|
||||
if [[ "${UBUNTU_RELEASE}" == "16.04" ]]; then
|
||||
echo "Installing Ubuntu 16.04 PX4-compatible cmake"
|
||||
echo "Installing Ubuntu 16.04 PX4-compatible ccache version"
|
||||
wget -O /tmp/ccache_3.4.1-1_amd64.deb http://launchpadlibrarian.net/356662933/ccache_3.4.1-1_amd64.deb
|
||||
sudo dpkg -i /tmp/ccache_3.4.1-1_amd64.deb
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user