rosenrot/install.sh
NunoSempere cd6b158e3e feat: make reader mode right
Use a whiter background, which is nicer on my screen.

Add plugin step to install.sh
2022-12-16 01:03:35 +01:00

9 lines
153 B
Bash
Executable File

./plugins/*/*.sh
./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
}