forked from alnux/repo
7 lines
183 B
Text
Executable file
7 lines
183 B
Text
Executable file
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 DESTDIR="$1" install
|