We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed7b15 commit e1e7767Copy full SHA for e1e7767
bin/linux_dependencies.sh
@@ -7,12 +7,12 @@ confirm=""
7
8
if [ "$UNAME" == "Linux" ] ; then
9
echo "Linux detected."
10
- packages="adb curl tar openjdk-11-jdk p7zip-full scrcpy"
+ packages="adb tar openjdk-11-jdk p7zip-full scrcpy"
11
confirm="-y"
12
pkg_man="apt-get"
13
else [ "$UNAME" == "Darwin" ]
14
echo "Darwin detected"
15
- packages="android-platform-tools curl gnu-tar openjdk@11 p7zip scrcpy"
+ packages="android-platform-tools gnu-tar openjdk@11 p7zip scrcpy"
16
pkg_man="brew"
17
fi
18
@@ -31,4 +31,4 @@ done
31
32
echo "Done installing packages. Cheers."
33
34
-# Do not edit this with any other OS than linux. It will edit the line endings and mess with interpreter and won't work.
+# Line ending should be LF.
0 commit comments