From 10a6efbe004aab4f093f712232aa11cf1085c29f Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Wed, 9 Aug 2017 23:35:20 +0200 Subject: Fix URL for st patches. --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index a4ec9d9..173103c 100755 --- a/setup.sh +++ b/setup.sh @@ -42,7 +42,7 @@ install_st() { local tools_dir="${1}"; shift; local install_dir="${1}"; shift; - local patches_url="http://st.suckless.org/patches"; + local patches_url="http://st.suckless.org/patches/solarized"; if [ ! -f "${install_dir}/bin/st" ]; then @@ -58,7 +58,7 @@ install_st() fi cd "${tools_dir}/st" git checkout b331da5 - git apply st-no_bold.diff + git apply st-no_bold.diff git apply st-solarized.diff cp config.def.h config.h sed -i 's/.*Liberation Mono.*/char font[] = "Inconsolata:pixelsize=13:antialias=true:hinting=true";/' config.h -- cgit v1.2.3-70-g09d2