Skip to content

Commit

Permalink
fixing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Stam committed Jan 16, 2019
1 parent ad0bb81 commit f937587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gitdir=`pwd`
if [ ! -f $gitdir/armbian/${armbian}.img ]; then
cd $gitdir/armbian
if [ ! -f $gitdir/armbian/${armbian}.7z ]; then
wget https://github.com/Project31/centos-pine64/releases/download/Armbian.5.67/${armbian}.7z
wget https://github.com/Project31/centos-pine64/releases/download/Armbian.5.67_Rockpro64/${armbian}.7z
fi
echo "unzipping ${armbian}.7z"
p7zip -d ${armbian}.7z
Expand Down

0 comments on commit f937587

Please sign in to comment.