diff --git a/conkeror/INSTALL b/conkeror/INSTALL index 4517f6b..4844f7d 100644 --- a/conkeror/INSTALL +++ b/conkeror/INSTALL @@ -16,4 +16,5 @@ In linux system, install conkeror follow steps: 5. sudo cp conkeror.desktop /usr/share/applications sudo cp contrib/art/conkeror.png /usr/share/icons/hicolor/scalable/apps/ - \ No newline at end of file + +Or using the shell script install.sh \ No newline at end of file diff --git a/conkeror/install.sh b/conkeror/install.sh new file mode 100755 index 0000000..d6d9092 --- /dev/null +++ b/conkeror/install.sh @@ -0,0 +1,9 @@ +#!/bin/bash +################################################### +# ./install.sh install conkeror to your sys +# 2014-04-19 +################################################### +cp conkeror /usr/local/bin/ +cp conkeror.desktop /usr/share/applications +cp contrib/art/conkeror.png /usr/share/icons/hicolor/scalable/apps/ +