mirror of
https://github.com/polybar/polybar.git
synced 2024-11-18 13:55:11 -05:00
fix(build.sh): Add newline after prompt
This commit is contained in:
parent
a6ebd3986f
commit
58ff2d53f3
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -27,6 +27,7 @@ function main
|
|||
echo -e "\n"
|
||||
|
||||
read -N1 -p "Do you want to execute \"sudo make install\"? [Y/n] " -r choice
|
||||
echo
|
||||
|
||||
if [[ "${choice^^}" == "Y" ]]; then
|
||||
sudo make install || msg_err "Failed to install executables..."
|
||||
|
|
Loading…
Reference in a new issue