Skip to content

Instantly share code, notes, and snippets.

View leoboyerbx's full-sized avatar
🤹
Trying Stuff

Léo Boyer leoboyerbx

🤹
Trying Stuff
View GitHub Profile
echo "=== Script for installing latest node and Yarn in seconds 🚀️ === "
echo "⬆️ Updating repos..."
sudo apt update
echo "📦️ Installing repo version of npm..."
sudo apt install npm -y
echo "🔢️ Installing n version manager..."
sudo npm i -g n
echo "📥️ Installing latest node version..."
sudo n latest
PATH="$PATH"
{
"year": 2020,
"month": 4,
"day": 11
}
@leoboyerbx
leoboyerbx / results.txt
Created February 5, 2020 15:57
Exercice Pendu
{
content: {
guessed: [],
mistake: 0
}
}