repo/zsh/build

7 lines
182 B
Text
Raw Normal View History

2021-07-13 19:25:47 +03:00
wget https://www.zsh.org/pub/zsh-5.8.tar.xz
tar -xf zsh-5.8.tar.xz
cd zsh-5.8
./configure --prefix=/usr --sysconfdir=/etc/zsh --enable-etcdir=/etc/zsh
make
make install DESTDIR="$1"