rosenrot/install.sh
bellrise 00b64b6ee5
nativefier: Rename to rose-mklink so its easier to grasp
Added a slightly more telling helppage, add added chmod +x /usr/bin/x
so the link may actually be called.
2022-11-19 14:37:13 +01:00

7 lines
135 B
Bash
Executable File

./build.sh && {
cp -f rose /usr/bin
mkdir -p /usr/share/themes/rose
cp style.css /usr/share/themes/rose/
cp rose-mklink /usr/bin
}