From ddbc5e32312468b6b6199496eac2b0279f041efb Mon Sep 17 00:00:00 2001 From: ulmentflam Date: Sat, 15 Jun 2024 19:50:04 -0400 Subject: [PATCH] Adding libxext6 and build-essential --- install/fooocus-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/fooocus-install.sh b/install/fooocus-install.sh index fe3ec09a..c74f1927 100644 --- a/install/fooocus-install.sh +++ b/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"