Skip to content

Instantly share code, notes, and snippets.

@moeiscool
Last active September 2, 2021 05:12
Show Gist options
  • Save moeiscool/4a7776bb90f12496bd797ceb85ca0ba8 to your computer and use it in GitHub Desktop.
Save moeiscool/4a7776bb90f12496bd797ceb85ca0ba8 to your computer and use it in GitHub Desktop.

Revisions

  1. moeiscool revised this gist Sep 2, 2021. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    wget https://deb.nodesource.com/setup_12.x
    chmod +x setup_12.x
    ./setup_12.x
    sudo apt install nodejs make gcc g++ -y
    sudo apt install nodejs make gcc-8 g++-8 -y
    sudo apt install node-pre-gyp -y
    rm setup_12.x
    rm setup_12.x
    sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8
  2. moeiscool revised this gist Sep 2, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    wget https://deb.nodesource.com/setup_12.x
    chmod +x setup_12.x
    ./setup_12.x
    sudo apt install nodejs make -y
    sudo apt install nodejs make gcc g++ -y
    sudo apt install node-pre-gyp -y
    rm setup_12.x
  3. moeiscool revised this gist Sep 2, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    wget https://deb.nodesource.com/setup_12.x
    chmod +x setup_12.x
    ./setup_12.x
    sudo apt install nodejs -y
    sudo apt install nodejs make -y
    sudo apt install node-pre-gyp -y
    rm setup_12.x
  4. moeiscool created this gist Sep 2, 2021.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    wget https://deb.nodesource.com/setup_12.x
    chmod +x setup_12.x
    ./setup_12.x
    sudo apt install nodejs -y
    sudo apt install node-pre-gyp -y
    rm setup_12.x