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