summarylogtreecommitdiffstats
path: root/makerbot-desktop.install
diff options
context:
space:
mode:
authorFrancisco2015-10-29 11:55:49 -0600
committerFrancisco2015-10-29 11:58:00 -0600
commit2a089b302e5971170500f023bc6500eea5b220a8 (patch)
tree1e01f5a3d45a035ae05cd0890ea6947172d35670 /makerbot-desktop.install
parentb3dd360894a1c8d2a114357f667bc3ab77ba94db (diff)
downloadaur-2a089b302e5971170500f023bc6500eea5b220a8.tar.gz
Added boost 1.58.0 as a dependency.
Makerbot's slicer breaks when boost upgrades to 1.59.0
Diffstat (limited to 'makerbot-desktop.install')
-rwxr-xr-xmakerbot-desktop.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/makerbot-desktop.install b/makerbot-desktop.install
index 0d8811ad0351..41586a07446c 100755
--- a/makerbot-desktop.install
+++ b/makerbot-desktop.install
@@ -50,11 +50,10 @@ post_install() {
chown /var/log/conveyor/conveyord.log
## Enable and start conveyor service
- echo -e "Enabling and starting conveyor.service"
- systemctl enable conveyor
- systemctl start conveyor
+ msg2 "Enable and start conveyor.service to be able to connect to printer\n #~ systemctl enable conveyor.service && systemctl start conveyor.service"
}
post_upgrade() {
chown conveyor /var/log/conveyor/conveyord.log
+ msg2 "Please restart conveyor.service with\n #~ systemctl restart conveyor.service"
} \ No newline at end of file