Browse Source

scripts/setup-termux.sh: use bash in shebang

android-5
Leonid Plyushch 6 years ago
parent
commit
622065b74c
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      scripts/setup-termux.sh

2
scripts/setup-termux.sh

@ -1,4 +1,4 @@
#!/data/data/com.termux/files/usr/bin/sh #!/data/data/com.termux/files/usr/bin/bash
PACKAGES="autoconf" PACKAGES="autoconf"
PACKAGES+=" automake" PACKAGES+=" automake"

Loading…
Cancel
Save