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

Closed
gregordinary wants to merge 1 commit from emmc-fixes into master
gregordinary commented 2021-01-13 17:32:16 +01:00 (Migrated from github.com)

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.

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 2021-01-15 00:33:13 +01:00 (Migrated from github.com)

This also got fixed in #268
Closing.

This also got fixed in #268 Closing.

Pull request closed

Sign in to join this conversation.
No description provided.