summaryrefslogtreecommitdiffstats
path: root/development/android-tools/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-15 13:44:57 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:17 -0400
commit8c4e7e041ca2e069b984285b2f74b97e244e3082 (patch)
tree289ee109d5515b2a7e3b74e6f02fce4d9a8a2bae /development/android-tools/README
parent4775475ccf1ddf0607bd5dad18afaa83afb78441 (diff)
downloadslackbuilds-8c4e7e041ca2e069b984285b2f74b97e244e3082.tar.gz
slackbuilds-8c4e7e041ca2e069b984285b2f74b97e244e3082.tar.xz
development/android-tools: Add network warning to README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to '')
-rw-r--r--development/android-tools/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/android-tools/README b/development/android-tools/README
index 6cbb93b0b5..f84cf9798e 100644
--- a/development/android-tools/README
+++ b/development/android-tools/README
@@ -1,2 +1,6 @@
These are the adb, append2simg, fastboot, img2simg, mke2fs.android
and simg2img tools from the android sdk.
+
+Warning: This SlackBuild requires network access when it runs, meaning
+it downloads files from the Internet with root access. You should
+decide for yourself whether or not you think this is a good idea.