Adding libxext6 and build-essential

pull/3212/head
ulmentflam 1 year ago
parent c92270a2de
commit ddbc5e3231
No known key found for this signature in database
  1. 2
      install/fooocus-install.sh

@ -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"

Loading…
Cancel
Save