]> Untitled Git - lemmy.git/commit
Improve the yes/no prompt in install.sh (#683)
authorRichie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>
Fri, 1 May 2020 14:33:28 +0000 (07:33 -0700)
committerGitHub <noreply@github.com>
Fri, 1 May 2020 14:33:28 +0000 (10:33 -0400)
commit8d4ab4555cbf026ea2c34ea4800f72dcd1fe4c8e
tree660100cddf3c55ae8bf840b21741b01e0a1fe75c
parentd5f62e135552110a6bf47559fb4c57e935171361
Improve the yes/no prompt in install.sh (#683)

* Improve the yes/no prompt in install.sh

The old implementation used a feature only present on Bash version 4, which not all systems have. The new version should work on all bash shells.

* Update install.sh
install.sh