Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGina Häußge <gina@foosel.net>2021-11-10 00:05:28 +0300
committerGina Häußge <gina@foosel.net>2021-11-10 00:05:28 +0300
commit24be793acac49682a4f9ed81315f5840ae20abac (patch)
tree9b3c5cfce919380e14729c030d2c843a2c63d2a3
parent718790b8f4a607ddb23c4589c7672f71139200f0 (diff)
cmake-3.13.4 is no more
-rwxr-xr-xsrc/modules/octopi/start_chroot_script7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index 7c07a27..0e01800 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -34,12 +34,7 @@ echo "removing:" $remove_extra
apt-get remove -y --purge $remove_extra
apt-get autoremove -y
-if [ "${BASE_DISTRO}" == "ubuntu" ]; then
- apt-get -y --force-yes install python3 python3-virtualenv python3-dev git screen subversion cmake cmake-data avahi-daemon libavahi-compat-libdnssd1 libffi-dev libssl-dev libatlas3-base unzip
-else
- apt-get -y --force-yes install python3 python3-virtualenv python3-dev git screen subversion cmake=3.13.4-1 cmake-data=3.13.4-1 avahi-daemon libavahi-compat-libdnssd1 libffi-dev libssl-dev libatlas3-base
-fi
-
+apt-get -y --force-yes install python3 python3-virtualenv python3-dev git screen subversion cmake cmake-data avahi-daemon libavahi-compat-libdnssd1 libffi-dev libssl-dev libatlas3-base unzip
echo " - Reinstall iputils-ping"
apt-get install --reinstall iputils-ping