summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbiego2019-04-01 01:55:09 +0200
committersbiego2019-04-01 01:55:09 +0200
commit442dd75d5671927a86019efa460619d6add28ef8 (patch)
treeb9288fe550a25ab427d3a4b699a3caea2dd789d4
parent4bcd8791c29a745366ce0e74fd4dfd21414f607a (diff)
downloadaur-442dd75d5671927a86019efa460619d6add28ef8.tar.gz
post install message
-rw-r--r--iblu-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/iblu-git.install b/iblu-git.install
index 27dbdfc79241..8f3ac0ee3b0e 100644
--- a/iblu-git.install
+++ b/iblu-git.install
@@ -8,7 +8,7 @@ post_install() {
# systemctl enable iblu.service; #enabling the service
- echo -e "\nIBLU is ALMOST INSTALLED! \nPlease run the following commands:\n\n\t # iblu UNIT > /usr/lib/systemd/system/iblu.service \t#creates the systemd unit file \n\t # systemctl start iblu.service \t\t\t\t#starting the service\n\t # systemctl enable iblu.service \t\t\t\t#enabling the service\n"
+ echo -e "\n\tIBLU is ALMOST INSTALLED! \n\tPlease run the following commands:\n\n\t # iblu UNIT > /usr/lib/systemd/system/iblu.service \t#creates the systemd unit file \n\t # systemctl start iblu.service \t\t\t\t#starting the service\n\t # systemctl enable iblu.service \t\t\t\t#enabling the service\n"
}