Skip to content

Commit 5c3ff5f

Browse files
committed
scripts: setup-termux.sh: nuked termux-specific checks
Signed-off-by: ravindu644 <droidcasts@protonmail.com>
1 parent 4f1ce67 commit 5c3ff5f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

scripts/setup-termux.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55

66
set -e
77

8-
# Reject if not running inside Termux
9-
if [ -z "$TERMUX_APP__PACKAGE_NAME" ] || [ -z "$PREFIX" ]; then
10-
echo "Error: not running inside Termux." >&2
11-
exit 1
12-
fi
13-
148
DEFAULT_PA="$PREFIX/etc/pulse/default.pa"
159
AAUDIO_LINE="load-module module-aaudio-sink"
1610
ALWAYS_LINE="load-module module-always-sink"

0 commit comments

Comments
 (0)