Skip to content

Instantly share code, notes, and snippets.

@kpman
Last active December 6, 2017 10:54
Show Gist options
  • Save kpman/f5c095ed4f7ae959309a0fa0d71344b9 to your computer and use it in GitHub Desktop.
Save kpman/f5c095ed4f7ae959309a0fa0d71344b9 to your computer and use it in GitHub Desktop.

Revisions

  1. kpman revised this gist Dec 6, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions nvm-update.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash # update to [email protected]
    nvm install stable # v8.9.0 is LTS
    nvm alias default stable # default -> stable (-> v8.9.0)
    nvm install stable # v8.9.2 is LTS
    nvm alias default stable # default -> stable (-> v8.9.2)
  2. kpman revised this gist Dec 6, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions nvm-update.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash # update to [email protected]
    nvm install stable # v6.9.0 is LTS
    nvm alias default stable # default -> stable (-> v6.9.0)
    nvm install stable # v8.9.0 is LTS
    nvm alias default stable # default -> stable (-> v8.9.0)
  3. kpman revised this gist Jun 1, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion nvm-update.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash # update to [email protected]
    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash # update to [email protected]
    nvm install stable # v6.9.0 is LTS
    nvm alias default stable # default -> stable (-> v6.9.0)
  4. kpman renamed this gist Mar 19, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. kpman created this gist Oct 19, 2016.
    3 changes: 3 additions & 0 deletions update.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.32.1/install.sh | bash # update to [email protected]
    nvm install stable # v6.9.0 is LTS
    nvm alias default stable # default -> stable (-> v6.9.0)