Skip to content

Commit 27b255a

Browse files
Fix error in install script
1 parent 22c2171 commit 27b255a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-camera.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ sudo apt update
99

1010
echo ''
1111
echo -e '\033[93mInstalling prerequisites... \033[0m'
12-
sudo apt install -y git python3 python3-pip python3-picamera python-tk PiDNG
13-
sudo pip3 install keyboard --force
12+
sudo apt install -y git python3 python3-pip python3-picamera python-tk
13+
sudo pip3 install keyboard PiDNG --force
1414

1515

1616
echo ''

0 commit comments

Comments
 (0)