rosenrot/install.sh

6 lines
112 B
Bash
Raw Normal View History

2022-11-14 20:41:43 +00:00
./build.sh && {
cp -f rose /usr/bin
mkdir -p /usr/share/themes/rose
cp ./style.css /usr/share/themes/rose/
}