SolidHal / PrawnOS

Libre Mainline Kernel and Debian for arm laptops
https://www.PrawnOS.com
GNU General Public License v2.0
114 stars 29 forks source link

Fix syntax in InstallPackages.sh and InstallPrawnOS.sh #276

Closed gregordinary closed 3 years ago

gregordinary commented 3 years ago

Attempted to install PrawnOS from fresh build, received error:

syntax error near unexpected token `;;'

Double semicolon was used outside a case construct. Removed double semicolons and moved "exit 1" to new line in both InstallPackages.sh and InstallPrawnOS.sh.

gregordinary commented 3 years ago

This also got fixed in #268 Closing.