aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-10-14 10:44:28 +0300
committerFilipp Lepalaan <filipp@mac.com>2016-10-14 10:44:28 +0300
commitb8e5b6d00b40cfe94efd0bb4fce7a74b971abb0f (patch)
tree131ab3327b23f3c51895502e064191eff979c899 /README.md
parent07dc2598aff11fa3461596ace739f9c6edb3ca3d (diff)
downloadmachammer-b8e5b6d00b40cfe94efd0bb4fce7a74b971abb0f.tar.gz
machammer-b8e5b6d00b40cfe94efd0bb4fce7a74b971abb0f.tar.bz2
machammer-b8e5b6d00b40cfe94efd0bb4fce7a74b971abb0f.zip
Added screensavers
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 58ad589..301d009 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,8 @@ myprinter = ('LaserWriter 8500', 'LaserWriter8500.ppd', 'lw.example.com',)
printers.add_printer(myprinter)
# Install Java. mount_and_install takes 2 arguments - the path to the disk image and the path to installation package on the mounted volume
-mh.mount_and_install(os.path.join(APP_ROOT, 'jre-8u101-macosx-x64.dmg'), 'Java 8 Update 101.app/Contents/Resources/JavaAppletPlugin.pkg')
+mh.mount_and_install(os.path.join(APP_ROOT, 'jre-8u101-macosx-x64.dmg'),
+ 'Java 8 Update 101.app/Contents/Resources/JavaAppletPlugin.pkg')
# Install Microsoft Office. mount_image returns the path to the new mountpoint
p = mh.mount_image('/Volumes/MyShare/Installation/Office2016.dmg')