comparison .chezmoiscripts/run_onchange_after_17-install-zsh.sh.tmpl @ 817:7810e6006a61

ci: fix builds in CI
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Tue, 05 Dec 2023 22:50:09 +0100
parents 72744c944497
children
comparison
equal deleted inserted replaced
816:c88b4676d5b5 817:7810e6006a61
11 pushd "$TMP_BUILD_DIR" 11 pushd "$TMP_BUILD_DIR"
12 12
13 curl -L https://github.com/zsh-users/zsh/archive/refs/tags/zsh-{{ $version }}.tar.gz | tar xz 13 curl -L https://github.com/zsh-users/zsh/archive/refs/tags/zsh-{{ $version }}.tar.gz | tar xz
14 pushd zsh-zsh-{{ $version }} 14 pushd zsh-zsh-{{ $version }}
15 ./Util/preconfig 15 ./Util/preconfig
16 ./configure --prefix /usr/local/ 16 ./configure --prefix /usr/local/ --with-tcsetpgrp
17 make -j 17 make -j
18 sudo make install 18 sudo make install
19 19
20 sudo chsh -s /usr/local/bin/zsh $USER 20 sudo chsh -s /usr/local/bin/zsh $USER
21 21