Add zsh & nano #20

Merged
hippoz merged 3 commits from Ohio2/repo:master into master 2021-07-13 19:36:07 +03:00
Showing only changes of commit 925a0cdd0c - Show all commits

View file

@ -4,4 +4,4 @@ cd bash-5.1.8
sed -e 's/$(prefix)/$(DESTDIR)$(prefix)/g' -i Makefile
./configure
make
make install DESTDIR-"$1"
make install DESTDIR="$1"