Skip to content

Commit

Permalink
Updates to usage command
Browse files Browse the repository at this point in the history
  • Loading branch information
thebugcatcher committed Jan 19, 2018
1 parent e9bef38 commit 5eaaf40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

### USAGE ###
# From the terminal:
# $ wget -0 - https://github.com/aditya7iyengar/adify/blob/master/adify.sh | bash
# $ wget https://raw.githubusercontent.com/aditya7iyengar/adify/master/adify.s | bash
# OR
# $ curl -s https://github.com/aditya7iyengar/adify/blob/master/adify.sh | bash
# $ curl -s https://raw.githubusercontent.com/aditya7iyengar/adify/master/adify.s | bash

# TODO: Make it runnable on other OS.
# This Script is setup to run only on Ubuntu computers
Expand Down Expand Up @@ -88,7 +88,7 @@ echo """
Installing Curl.. Can't live without that!
==========================================================
"""
$pm install curl
$pm install -y curl


### GIT ###
Expand Down

0 comments on commit 5eaaf40

Please sign in to comment.