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