summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulioJu2016-05-29 19:20:32 +0200
committerJulioJu2016-05-29 19:20:32 +0200
commit0f28780536517fffb19ebfd74d5b8fd0586b0ede (patch)
treee3e31e5a1afc6e3e77d6e85d64485e218a7fa97f
parentce1df8a29bd5990a4722a5469bea9624ac711690 (diff)
downloadaur-0f28780536517fffb19ebfd74d5b8fd0586b0ede.tar.gz
Correct bugs in marionnet-legacy.install
-rw-r--r--marionnet-legacy.install10
1 files changed, 4 insertions, 6 deletions
diff --git a/marionnet-legacy.install b/marionnet-legacy.install
index 0d6d161b933c..73c3fe5dd5b4 100644
--- a/marionnet-legacy.install
+++ b/marionnet-legacy.install
@@ -161,9 +161,9 @@ fi
# Daemon information
# =============================================================
-echo "\n============================================================="
+echo -e "\n============================================================="
echo " Daemon information "
-echo "=============================================================\n"
+echo -e "=============================================================\n"
echo -e "* Before start Marionnet, you must start the daemon :"
echo "sudo systemctl start marionnetdaemon.service"
@@ -172,12 +172,10 @@ echo "sudo systemctl start marionnetdaemon.service"
# Install marionnet_kernels and filesystems
# =============================================================
-echo "\n============================================================="
+echo -e "\n============================================================="
echo " Downlading "
echo "============================================================="
-echo "\n* Downloading script marionnet_from_scratch : "
-wget http://www.marionnet.org/downloads/marionnet_from_scratch/marionnet_from_scratch
echo "* Downlading and installing Marionnet kernels and filesystems (Linux \
distributions Debian Lenny, Mandriva, Pinocchio, etc.)"
echo -e "* Warning! this process may take several hours!"
@@ -187,7 +185,7 @@ chmod u+x ./numberOfStepsPassedForDownloadMarionnetFilesystems.tmp
-echo "* Post installation completed———\n\n\n"
+echo -e "* Post installation completed———\n\n\n"
}