Adding libxext6 and build-essential

This commit is contained in:
ulmentflam 2024-06-15 19:50:04 -04:00
parent c92270a2de
commit ddbc5e3231
No known key found for this signature in database

View file

@ -17,6 +17,8 @@ msg_info "Installing Dependencies"
$STD apt-get install -y curl
$STD apt-get install -y sudo
$STD apt-get install -y mc
$STD apt-get install -y libxext6
$STD apt-get install -y build-essential
msg_ok "Installed Dependencies"
msg_info "Updating Python3"