This file contains 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
#!/bin/bash | |
# Update repos | |
sudo apt update | |
# Upgrade system to latest packages | |
sudo apt -y upgrade | |
# Install ubuntu packages | |
sudo apt install -y cmake vim git curl tmux jq |
This file contains 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
#!/bin/bash | |
# Update repos | |
sudo apt update | |
# Upgrade system to latest packages | |
sudo apt -y upgrade | |
# Install ubuntu packages | |
sudo apt install -y cmake vim git curl tmux pipenv jq |