Skip to content

Commit

Permalink
Removes python-software-properties
Browse files Browse the repository at this point in the history
Fixes E: Package 'python-software-properties' has no installation candidate
  • Loading branch information
kenorb committed Jan 16, 2024
1 parent 90900e3 commit 03a6788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ case "$(uname -s)" in
# Adds GPG release key.
apt-key add < <(curl -S https://dl.winehq.org/wine-builds/winehq.key)
# APT dependencies (for the add-apt-repository).
command -v add-apt-repository || apt-get install -qq software-properties-common python-software-properties
command -v add-apt-repository || apt-get install -qq software-properties-common
# Adds APT Wine repository.
add-apt-repository -y "deb http://dl.winehq.org/wine-builds/ubuntu/ ${DISTRIB_CODENAME:-bionic} main"

Expand Down

0 comments on commit 03a6788

Please sign in to comment.