Skip to content

Commit

Permalink
Bugfix: Linux installer - pin git to < 2.45
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Aug 10, 2024
1 parent 6fe300e commit cbaad14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .install/linux/faceswap_setup_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,9 @@ activate_env() {
install_git() {
# Install git inside conda environment
info "Installing Git..."
yellow ; conda install git -q -y
# TODO On linux version 2.45.2 makes the font fixed TK pull in Python from
# graalpy, which breaks pretty much everything
yellow ; conda install "git<2.45" -q -y
}

delete_faceswap() {
Expand Down

2 comments on commit cbaad14

@YOUSI81
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jolie femme noir

@YOUSI81
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

womman black

Please sign in to comment.