From 327da3652f481e87bb8a39d8cb297eecaf64f71c Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 25 May 2019 18:39:45 +0200 Subject: Add style --- restore_style.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 restore_style.sh (limited to 'restore_style.sh') diff --git a/restore_style.sh b/restore_style.sh new file mode 100755 index 0000000..0fbb43e --- /dev/null +++ b/restore_style.sh @@ -0,0 +1,4 @@ +#!/bin/bash +sudo ln -s `pwd`/style/cgit.css /var/www/htdocs/cgit/cgit.css +sudo ln -s `pwd`/style/logo.png /var/www/htdocs/cgit/cgit.png +sudo ln -s /home/git/pub_repo/tools/con /var/www/htdocs/cgit/cgit.css -- cgit v1.2.1