Added system upgrade to script

This commit is contained in:
Christoffer Martinsson 2023-05-26 07:50:47 +02:00
parent 148cd661d8
commit b40534a236

View File

@ -2,6 +2,7 @@
# Install system packages
sudo apt update && \
sudo apt -y upgrade && \
sudo apt -y install ninja-build gettext cmake unzip curl python3 python3-pip python3-venv \
build-essential libssl-dev libffi-dev python3-dev file tmux && \