wip
This commit is contained in:
parent
ee3712f2e7
commit
2e78f4df77
1 changed files with 1 additions and 1 deletions
2
pika.sh
2
pika.sh
|
@ -269,7 +269,7 @@ check-pika() {
|
|||
|
||||
if ! command-exists pika; then
|
||||
pen "The 'pika' binary was not found on this system."
|
||||
if confirm "Do you want to install it now?"; then
|
||||
if confirm "Do you want to install it now?" </dev/tty; then
|
||||
curl -o $tmp -fsSL "$url"
|
||||
|
||||
if [ -f "$tmp" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue