summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulioJu2016-05-27 18:40:45 +0200
committerJulioJu2016-05-27 18:40:45 +0200
commit0741a88d5f19fae3c09fc0a157c74fe9c7cfb5aa (patch)
tree5fc2d4577facfa1c2dcd97bdfcbc590f9b0839c4
parent0278ed24769b0f584f3976a40c5bbccaac2c85af (diff)
downloadaur-0741a88d5f19fae3c09fc0a157c74fe9c7cfb5aa.tar.gz
Fix error downloading
-rw-r--r--marionnet.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/marionnet.install b/marionnet.install
index 814b860b28b6..6dd1cd4fafc9 100644
--- a/marionnet.install
+++ b/marionnet.install
@@ -161,30 +161,30 @@ fi
# Daemon information
# =============================================================
-echo "============================================================="
+echo "\n============================================================="
echo " Daemon information "
echo "============================================================="
-echo -e "* Before start Marionnet, you must start the daemon :"
+echo -e "\n* Before start Marionnet, you must start the daemon :"
echo "sudo systemctl start marionnetdaemon.service"
# =============================================================
# Install marionnet_kernels and filesystems
# =============================================================
-echo "============================================================="
+echo "\n============================================================="
echo " Downlading "
echo "============================================================="
-echo "* Downloading script marionnet_from_scratch : "
+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!"
echo -e "* Command : \`./marionnet_from_scratch --download-only -m trunk \
---prefix /opt/marionnet\`"
+--prefix /usr\`"
chmod +x ./marionnet_from_scratch
-./marionnet_from_scratch --download-only -m trunk --prefix /opt/marionnet
+./marionnet_from_scratch --download-only -m trunk --prefix /usr