mdhiggins / sma-mod

MIT License
7 stars 2 forks source link

Added dpkg, and code to get architecture from print-architecture command #1

Closed abhishekjain14 closed 3 years ago

abhishekjain14 commented 3 years ago

dpkg --print-architecture returns musl-linux-amd64...thanks to https://github.com/tianon/gosu/issues/24 I was able to find this bit of awk magic that should fix that. Testing the rest of the script

mdhiggins commented 3 years ago

Much appreciated