diff options
author | terminaldweller <thabogre@gmail.com> | 2021-05-26 19:00:46 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-05-26 19:00:46 +0000 |
commit | 9bb49d1352c970f666cbf44b0eec11817b2ccb4f (patch) | |
tree | 2173d672774aa6710e65a80c7ea2764be63e12c0 /.w3m/build.sh | |
parent | merge (diff) | |
download | scripts-9bb49d1352c970f666cbf44b0eec11817b2ccb4f.tar.gz scripts-9bb49d1352c970f666cbf44b0eec11817b2ccb4f.zip |
fixed the w3m script problems. now using exa. some other small stuff
Diffstat (limited to '.w3m/build.sh')
-rwxr-xr-x[-rw-r--r--] | .w3m/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.w3m/build.sh b/.w3m/build.sh index 5b68f06..cc705da 100644..100755 --- a/.w3m/build.sh +++ b/.w3m/build.sh @@ -2,4 +2,4 @@ set -x set -e -cd ~ && git clone https://github.com/tats/w3m && cd w3m && ./configure --with-ssl && sudo make install -j4 +cd ~ && git clone https://github.com/tats/w3m && cd w3m && ./configure --with-ssl --with-imagelib=imlib2 --with-termlib=terminfo && sudo make install -j4 |