summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
authorfrnmst/Franco Masotti2016-11-15 17:20:54 +0100
committerfrnmst/Franco Masotti2016-11-15 17:20:54 +0100
commit486cd1011db67dfe820646bf9b75b877eb9b2022 (patch)
tree2c882dc87075192f49f4c3a89d1eadd7be7c656f /.install
parentf54ef2a5aa63fd36026f5598fc46fbc23cbdd6b3 (diff)
downloadaur-486cd1011db67dfe820646bf9b75b877eb9b2022.tar.gz
Added install option. Lots of fixes.
Diffstat (limited to '.install')
-rw-r--r--.install16
1 files changed, 10 insertions, 6 deletions
diff --git a/.install b/.install
index f7d1def0e2c6..d6914b0e2742 100644
--- a/.install
+++ b/.install
@@ -18,14 +18,18 @@ post_install() {
chown -R rsd:rsd /usr/share/rserve-sandbox-docker
- printf "\n\nYou can start and enable \
-rserve-sandbox-docker.service to run the server.\n\n"
+ printf "\n\n%s\n\n" "To initialize and download all the necessary \
+components you must run: \
+sudo -u rsd rserve-sandbox-docker -i"
+ printf "%s\n\n" "You can then start and enable \
+rserve-sandbox-docker.service to run the server."
}
post_remove() {
- printf "\n\nTo remove images and containters: rm -rf /var/lib/docker \
+ printf "\n\n%s\n" "To remove images and containters: \
+rm -rf /var/lib/docker \
as described in \
-https://docs.docker.com/engine/installation/linux/archlinux/#/uninstallation\n"
- printf "You can also remove /home/rserve\n"
- printf "as well as rserve and rsd users and groups.\n\n"
+<https://docs.docker.com/engine/installation/linux/archlinux/#/uninstallation>"
+ printf "%s\n\n" "You can also remove /home/rserve \
+as well as rserve and rsd users and groups."
}