Browse Source
scripts/setup-termux.sh: use bash in shebang
android-5
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
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+=" automake" |
|
|
|