Created
May 20, 2020 08:09
-
-
Save adujardin/6d8d066ea5632b3920444027ed0113c6 to your computer and use it in GitHub Desktop.
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 characters
sudo apt update -y | |
sudo apt upgrade -y | |
sudo apt dist-upgrade -y | |
sudo apt autoremove -y | |
sudo apt install wget curl nano -y | |
wget https://gist.githubusercontent.com/adujardin/59f7653080c2f25e7558d18de66b59bf/raw/ee6850a5c5b81b936454b3ec6373b127e7181624/upgrade_jetson.sh | |
chmod +x upgrade_jetson.sh | |
sudo bash upgrade_jetson.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment