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 f6b24b8 commit 7bfe714Copy full SHA for 7bfe714
1 file changed
get-dependencies.sh
@@ -18,7 +18,7 @@ get-debloated-pkgs --add-common --prefer-nano ! mesa ! vulkan
18
BINARY_SOURCE="https://dl.google.com/android/repository/platform-tools-latest-linux.zip"
19
20
mkdir -p ./AppDir/bin ./AppDir/etc/udev/rules.d
21
-wget --retry-connrefused --tries=30 "$BINARY_SOURCE=" -O ./bin.zip
+wget --retry-connrefused --tries=30 "$BINARY_SOURCE" -O ./bin.zip
22
unzip ./bin.zip
23
rm -f ./bin.zip
24
mv -v ./platform-tools/* ./AppDir//bin
0 commit comments