Changes between Version 6 and Version 7 of HowTo/UseDropboxToTestInstallScripts
- Timestamp:
- 09/16/14 17:28:40 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/UseDropboxToTestInstallScripts
v6 v7 13 13 1. [https://www.dropbox.com Install Dropbox] for your system. 14 14 1. Place the tarball in your Dropbox folder on your local system. 15 a. Alternatively, place the relevant files in your Dropbox folder and then tar them up using :15 a. Alternatively, place the relevant files in your Dropbox folder and then tar them up using the following command: 16 16 {{{ 17 17 tar -czvf file.tar.gz FILE1 FILE2 DIR1 DIR2 DIR3