This commit is contained in:
pika 2025-06-25 20:48:56 +02:00
parent ee3712f2e7
commit 2e78f4df77

View file

@ -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