Download latest zip/tar file from here. Extract it and open the directory in a terminal.
./install.sh
nvm -v
nvm install --lts
Download latest zip/tar file from here. Extract it and open the directory in a terminal.
./install.sh
nvm -v
nvm install --lts
{ | |
"editor.minimap.enabled": false, | |
"git.autofetch": true, | |
"update.mode": "none", | |
"files.autoSave": "onFocusChange", | |
"editor.fontFamily": "'Cascadia Code PL', Consolas, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"window.zoomLevel": 1, | |
"editor.bracketPairColorization.enabled": true | |
} |
starttime=$(date) | |
# give path of a text file and un-comment next line to log starting time times | |
#echo "update Started at $starttime" >>/home/[user]/Desktop/file.txt | |
sudo apt-get update | |
sudo apt-get upgrade -y | |
endtime=$(date) | |
# give path of a text file and un-comment next line to log finish times | |
#echo "update completed successfully on $endtime" >>/home/[user]/Desktop/file.txt | |
shutdown now #shutdown pc | |
# shutdown -r09:35 #reboot the machine at 09:35am |