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 error from refactoring case statement #281

Closed ifbizo closed 2 years ago

ifbizo commented 3 years ago

Fixing minor typo/bug that originated in https://github.com/SolidHal/PrawnOS/commit/0bd5575b0b84bcf469cd0b94351c10f1a0a459f9.

With this present, running InstallPrawnOS results in: /usr/bin/InstallPrawnOS: line 43: syntax error near unexpected token `;;'

Just wanted to also thank you for your hard work with PrawnOS!

ifbizo commented 3 years ago

The same issue is also in InstallPackages.sh from commit https://github.com/SolidHal/PrawnOS/commit/bf71f6a2563d092785a09cd741d0f587b24916c0, but it looks like get_emmc_devname and get_sd_devname are unused in InstallPackages.sh. Would you like me to remove those?

ifbizo commented 3 years ago

(oops, also seen in closed issue https://github.com/SolidHal/PrawnOS/issues/280)

SolidHal commented 2 years ago

thanks!