fix: issue with displaying longer version numbers

This commit is contained in:
domi
2020-11-21 16:39:19 +01:00
parent ecc349e550
commit 8923620414
3 changed files with 61 additions and 63 deletions

View File

@@ -132,6 +132,10 @@ get_user_selections_dwc2(){
#############################################################
#############################################################
get_dwc2_ver(){
DWC2_VERSION=$(curl -s https://api.github.com/repositories/28820678/releases/latest | grep tag_name | cut -d'"' -f4)
}
dwc2_setup(){
#check dependencies
dep=(git wget gzip tar curl)