7 lines
150 B
Bash
7 lines
150 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# first install babashka which is required for the other scripts
|
||
|
xbps-install -y babashka;
|
||
|
|
||
|
./packages/packages.clj;
|
||
|
./configs/configs.clj;
|