diff --git a/package/index.htm b/package/index.htm index 7ff0921..217d302 100644 --- a/package/index.htm +++ b/package/index.htm @@ -17,8 +17,8 @@

Install, quickly

Install, for the Suspicious

The Quick- Install downloads a shell script and executes it directly. If you're really concerned about the argument that it may contain nefarious activities within, you can easily review it before you run it.
wget http://package.cryptoguru.org/debian/init.sh
-less install.sh
-bash install.sh
+less init.sh +bash init.sh and now you can install packages like:
apt-get install burstcoincg

Install, for Advanced users

diff --git a/package/ubuntu.htm b/package/ubuntu.htm index 6ebf944..632ad3a 100644 --- a/package/ubuntu.htm +++ b/package/ubuntu.htm @@ -15,11 +15,15 @@

Install, quickly

and now you can install packages like:
apt-get install burstcoincg

Install, for the Suspicious

- The Quick- Install downloads a shell script and executes it directly. If you're really concerned about the argument that it may contain nefarious activities within, you can easily review it before you run it. + + The Quick- Install downloads a shell script and executes it + directly. If you're really concerned about the argument that + it may contain nefarious activities within, you can easily + review it before you run it.
wget http://package.cryptoguru.org/ubuntu/init.sh
-less install.sh
-bash install.sh
- and now you can install packages like: +less init.sh +bash init.sh and now you can install packages +like:
apt-get install burstcoincg

Install, for Advanced users