diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-10-18 11:06:17 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-10-18 11:06:17 +0200 |
commit | a42357cc347f4c79c595c95202366cfb4aeea6a3 (patch) | |
tree | 39ec8169cf1984e6ccddfe951d0a33db306c8f67 /install | |
parent | 7ca61f073f215214bcd997408a8a4b4b0c37705e (diff) | |
download | myconfigs-a42357cc347f4c79c595c95202366cfb4aeea6a3.tar.gz myconfigs-a42357cc347f4c79c595c95202366cfb4aeea6a3.tar.bz2 myconfigs-a42357cc347f4c79c595c95202366cfb4aeea6a3.zip |
Fix surf config install
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ fi if ask "Install Surf configuration"; then inst surf/script.js ~/.surf/script.js - inst surf/theme/default.css ~/.surf/theme/default.css + inst surf/styles/default.css ~/.surf/styles/default.css inst local/bin/surf-menu ~/.local/bin/surf-menu fi |