Last active
September 2, 2021 05:12
-
-
Save moeiscool/4a7776bb90f12496bd797ceb85ca0ba8 to your computer and use it in GitHub Desktop.
Revisions
-
moeiscool revised this gist
Sep 2, 2021 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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-8 g++-8 -y sudo apt install node-pre-gyp -y 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 -
moeiscool revised this gist
Sep 2, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 gcc g++ -y sudo apt install node-pre-gyp -y rm setup_12.x -
moeiscool revised this gist
Sep 2, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 node-pre-gyp -y rm setup_12.x -
moeiscool created this gist
Sep 2, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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