repo/bash/build

7 lines
122 B
Text
Raw Normal View History

2021-07-09 22:22:24 +03:00
wget https://ftp.gnu.org/gnu/bash/bash-5.1.8.tar.gz
tar -xf bash-5.1.8.tar.gz
cd bash-5.1.8
./configure
make
make install