We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727463b commit c304c51Copy full SHA for c304c51
tools/install.sh
@@ -103,7 +103,7 @@ install_dependencies() {
103
echo '################################'
104
echo 'INSTALLING DEPENDENCIES'
105
106
- apt-get "${APT_TIMEOUT}" update || exit 1
+ apt-get "${APT_TIMEOUT}" update -y --allow-releaseinfo-change || exit 1
107
apt-get "${APT_TIMEOUT}" install -y git build-essential pps-tools python3-pip python3-venv python3-dev python3-setuptools python3-wheel python3-serial libsystemd-dev bc dos2unix socat zip unzip pkg-config psmisc proj-bin || exit 1
108
apt-get install -y libxml2-dev libxslt-dev || exit 1 # needed for lxml (for pystemd)
109
#apt-get "${APT_TIMEOUT}" upgrade -y
0 commit comments