summarylogtreecommitdiffstats
path: root/megacmd.install
diff options
context:
space:
mode:
Diffstat (limited to 'megacmd.install')
-rw-r--r--megacmd.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/megacmd.install b/megacmd.install
deleted file mode 100644
index b8beadb79c1c..000000000000
--- a/megacmd.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- echo "Create a ~/.megacmd.json file, like this:"
- echo "{"
- echo ' "User" : "youremail@email.com",'
- echo ' "Password" : "yourpassword",'
- echo ' "DownloadWorkers" : 4,'
- echo ' "UploadWorkers" : 4,'
- echo ' "SkipSameSize" : true,'
- echo ' "Verbose" : 1'
- echo "}"
-}