forked from alnux/repo
7 lines
182 B
Text
7 lines
182 B
Text
|
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"
|