aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index e23d9c2..a504b92 100755
--- a/install
+++ b/install
@@ -49,6 +49,7 @@ fi
read -p "Install Conkeror configuration? (Y/n) "
if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst conkerorrc $WHOME/.conkerorrc
+ inst conkeror $WHOME/.conkeror
fi
read -p "Install MPD configuration? (Y/n) "