Skip to content

Commit 285bdda

Browse files
authored
Merge pull request #4 from caternuson/iss3
Add call to apt-get update
2 parents 9db11f4 + efee2a6 commit 285bdda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [[ $# -eq 0 ]] ; then
1313
fi
1414

1515
# Install dependencies
16+
sudo apt-get update
1617
sudo apt-get install libudev-dev libusb-1.0
1718
sudo apt-get install -y gettext
1819
pip install -r requirements.txt

0 commit comments

Comments
 (0)