summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsbiego2019-04-01 01:53:26 +0200
committersbiego2019-04-01 01:53:26 +0200
commit42bbb0cbcb5e47d0c209361479de040a9d2aedf5 (patch)
treeea6329a607fec97208a6fa1a7ebddbaba8e85486
parente2c5512bcdb6c161d1b99f313cb5ed59697ba780 (diff)
downloadaur-42bbb0cbcb5e47d0c209361479de040a9d2aedf5.tar.gz
post install message
-rw-r--r--iblu-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/iblu-git.install b/iblu-git.install
index aa4be948ec0e..956f9131a791 100644
--- a/iblu-git.install
+++ b/iblu-git.install
@@ -11,6 +11,11 @@ post_install() {
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"
}
+
+
+
+
+################################################################################################
# read -p "Do you want to do it now (y/n)?" choice
# case "$choice" in
# y|Y ) iblu UNIT > /usr/lib/systemd/system/iblu.service; systemctl start iblu.service; systemctl enable iblu.service;;