Skip to content

Commit e1e7767

Browse files
Removed curl from dependencies.
1 parent bed7b15 commit e1e7767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/linux_dependencies.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ confirm=""
77

88
if [ "$UNAME" == "Linux" ] ; then
99
echo "Linux detected."
10-
packages="adb curl tar openjdk-11-jdk p7zip-full scrcpy"
10+
packages="adb tar openjdk-11-jdk p7zip-full scrcpy"
1111
confirm="-y"
1212
pkg_man="apt-get"
1313
else [ "$UNAME" == "Darwin" ]
1414
echo "Darwin detected"
15-
packages="android-platform-tools curl gnu-tar openjdk@11 p7zip scrcpy"
15+
packages="android-platform-tools gnu-tar openjdk@11 p7zip scrcpy"
1616
pkg_man="brew"
1717
fi
1818

@@ -31,4 +31,4 @@ done
3131

3232
echo "Done installing packages. Cheers."
3333

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.
34+
# Line ending should be LF.

0 commit comments

Comments
 (0)