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:
authorGuy Sheffer <guy@shapedo.com>2020-09-29 10:51:33 +0300
committerGuy Sheffer <guy@shapedo.com>2020-09-29 10:51:33 +0300
commitadab4e6b9f6ac4cf13b8ea1323b66b792a8d03fc (patch)
treee6a8fefadebd1262159b928222bfb1d1f0443c1e
parent431e13f2879141d7026e6ad5522a084f1081bfb0 (diff)
Remove checkinstall that is not needed anymore, missed in this commit https://github.com/guysoft/OctoPi/commit/d3a8991879e5ae5c9c6d21e0bcaf55b3356e02b7
-rwxr-xr-xsrc/modules/octopi/start_chroot_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index c587918..966a756 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -33,7 +33,7 @@ echo "removing:" $remove_extra
apt-get remove -y --purge $remove_extra
apt-get autoremove -y
-apt-get -y --force-yes install python3 python3-virtualenv python3-dev git screen subversion cmake checkinstall avahi-daemon libavahi-compat-libdnssd1 libffi-dev libssl-dev
+apt-get -y --force-yes install python3 python3-virtualenv python3-dev git screen subversion cmake avahi-daemon libavahi-compat-libdnssd1 libffi-dev libssl-dev
echo " - Reinstall iputils-ping"
apt-get install --reinstall iputils-ping