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
path: root/src
diff options
context:
space:
mode:
authorhawkeyexp <hawkeyexp@googlemail.com>2021-03-16 05:52:10 +0300
committerGuy Sheffer <guysoft@gmail.com>2021-03-16 13:11:23 +0300
commitba1750c1d560749d3e997b194f3609cf6ddb5f62 (patch)
tree472b8c42be0ca6a84c5466caa6f785d1920360bd /src
parent432e02f625bf07775cb7e8bb5bde819e45300c22 (diff)
Add avrdude for firmware flashing
Diffstat (limited to 'src')
-rwxr-xr-xsrc/modules/octopi/start_chroot_script5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index 915f13d..eed1e5e 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -262,6 +262,11 @@ systemctl_if_exists enable ffmpeg_hls.service
systemctl_if_exists enable networkcheck.timer
+### Firmare flashing
+
+echo "--- Installing avrdude"
+apt-get -y install avrdude
+
#cleanup
apt-get clean
apt-get autoremove -y