summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbiego2019-04-01 01:54:17 +0200
committersbiego2019-04-01 01:54:17 +0200
commit4bcd8791c29a745366ce0e74fd4dfd21414f607a (patch)
tree16fa195c2f476b1704ea6070af470dac482a12d6
parent42bbb0cbcb5e47d0c209361479de040a9d2aedf5 (diff)
downloadaur-4bcd8791c29a745366ce0e74fd4dfd21414f607a.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 956f9131a791..27dbdfc79241 100644
--- a/iblu-git.install
+++ b/iblu-git.install
@@ -8,7 +8,7 @@ post_install() {
# systemctl enable iblu.service; #enabling the service
- echo "\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 "\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"
}