2021-05-02 21:09:07 -04:00
|
|
|
#!/bin/sh -e
|
2021-02-13 11:28:59 -05:00
|
|
|
|
|
|
|
git clone https://github.com/phenax/bsp-layout.git
|
2021-05-02 21:09:07 -04:00
|
|
|
cd bsp-layout
|
2021-06-11 13:14:35 -04:00
|
|
|
make PREFIX=$HOME/.local install
|
2021-02-13 11:28:59 -05:00
|
|
|
|
|
|
|
cd ..
|