Thank you! I needed to make some changes:
1) Replace mkdir with "mkdir -p" because on a second run it used to halt the script's execution saying ~/tmp is already there
2) Add "chmod +x "eagle-lin-$VERSION.run" before "./eagle-lin-$VERSION.run ./" because it kept complaining about permissions
Thank you! I needed to make some changes:
1) Replace mkdir with "mkdir -p" because on a second run it used to halt the script's execution saying ~/tmp is already there
2) Add "chmod +x "eagle-lin-$VERSION.run" before "./eagle-lin-$VERSION.run ./" because it kept complaining about permissions