procursus-deploy-linux-macos.sh is now POSIX compliant (faster and more portable than bash)
The odysseyra1n-install.bash script is now created using a single cat command, instead of multiple echo which created each line of the file one by one. This way it is more readable and easier to make changes to the script.
Fixed download links which pointed to the update branch instead of the master branch.
Quoted some variables to avoid globbing.
Spread long commands over multiple lines to improve readability.
I tested these changes and I successfully installed odysseyra1n on an iPhone 7 running iOS 14.5.1
This PR does the following:
procursus-deploy-linux-macos.sh
is now POSIX compliant (faster and more portable than bash)odysseyra1n-install.bash
script is now created using a singlecat
command, instead of multipleecho
which created each line of the file one by one. This way it is more readable and easier to make changes to the script.