Skip to content

Commit

Permalink
1.0 to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilef12000 committed Jan 31, 2022
1 parent 63705f3 commit 767b09a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions installws2812-over-artnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ echo installing unzip
sudo apt-get unzip

echo downloading repo
wget https://github.com/Xilef12000/ws2812-over-artnet/archive/refs/tags/v1.0.zip
wget https://github.com/Xilef12000/ws2812-over-artnet/archive/refs/tags/v1.1.zip

echo unzipping
unzip v1.0.zip
unzip v1.1.zip

echo cleanup
cd ws2812-over-artnet-1.0
cd ws2812-over-artnet-1.1
mv * ../
rm .gitignore
cd ../
rmdir ws2812-over-artnet-1.0
rm v1.0.zip
rmdir ws2812-over-artnet-1.1
rm v1.1.zip

echo installation complete

0 comments on commit 767b09a

Please sign in to comment.