diff options
author | JulioJu | 2016-05-29 19:17:11 +0200 |
---|---|---|
committer | JulioJu | 2016-05-29 19:17:11 +0200 |
commit | bc4357348975dfb63f3c6d3f9955bd5b9ecaa9f6 (patch) | |
tree | afdd805d4da94ad8e4937338fd351e426d62a132 | |
parent | 5abb4c986149167e799e01d1cc194dcc10a64f6f (diff) | |
download | aur-bc4357348975dfb63f3c6d3f9955bd5b9ecaa9f6.tar.gz |
Correct bugs in marionnet-trunk.install
-rw-r--r-- | marionnet-trunk.install | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/marionnet-trunk.install b/marionnet-trunk.install index 174572910ad..b56838766c9 100644 --- a/marionnet-trunk.install +++ b/marionnet-trunk.install @@ -172,12 +172,11 @@ echo "sudo systemctl start marionnetdaemon.service" # Install marionnet_kernels and filesystems # ============================================================= -echo "\n=============================================================" +echo -e "\n=============================================================" echo " Downlading " -echo "=============================================================" +echo -e "=============================================================" -echo "\n* Downloading script marionnet_from_scratch : " -wget http://www.marionnet.org/downloads/marionnet_from_scratch/marionnet_from_scratch +echo -e "\n* Downloading script 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!" |