Skip to content

Commit

Permalink
Use cmake from normal repo, if no backports
Browse files Browse the repository at this point in the history
If installing from backports does not work, install cmake
normally. This might be too old, but we handle that anyway.
But on a much newer debian, it might be good enough.
  • Loading branch information
ChristianTackeGSI authored and dennisklein committed Jan 25, 2021
1 parent a8d4920 commit 9d616aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion legacy/setup-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ hostname libbz2-dev libcurl4-openssl-dev libicu-dev libgl1-mesa-dev libglu1-mesa
libncurses-dev libssl-dev libtool libx11-dev libxerces-c-dev libxext-dev libxft-dev \
libxml2-dev libxmu-dev libxpm-dev libyaml-cpp-dev lsb-release make patch python-dev \
python3-dev rsync sed subversion tar unzip wget xutils-dev xz-utils
apt-get -t buster-backports install cmake
apt-get -y -t buster-backports install cmake || \
apt-get -y install cmake
apt-get -y clean

0 comments on commit 9d616aa

Please sign in to comment.