diff options
Diffstat (limited to 'install-theme.sh')
| -rwxr-xr-x | install-theme.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install-theme.sh b/install-theme.sh new file mode 100755 index 0000000..ecfa3ea --- /dev/null +++ b/install-theme.sh | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | set -eu | ||
| 4 | |||
| 5 | TARGET=/opt/snac2/snac-style/style.css | ||
| 6 | |||
| 7 | sudo -u snac2 mv $TARGET $TARGET.bak | ||
| 8 | sudo -u snac2 cp doc/style.css $TARGET | ||