From fe8fe92ebea838b5b006231b4eb7b52d71e3a242 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 8 Feb 2022 16:33:42 -0500 Subject: [PATCH] added minicom --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index af736c96..b4cc2cbf 100755 --- a/update +++ b/update @@ -8,7 +8,7 @@ if [ "$1" = "u" ]; then sudo apt-get update && sudo apt-get dist-upgrade -y - sudo apt-get install -y wiringpi git libasound2-dev i2c-tools python-picamera python3-picamera build-essential libgd-dev libmagic-dev + sudo apt-get install -y wiringpi git libasound2-dev i2c-tools python-picamera python3-picamera build-essential libgd-dev libmagic-dev minicom fi