Ubuntu 20.10 is no longer supported!

- https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/178
This commit is contained in:
Steve Zabka
2022-01-26 14:55:20 +01:00
committed by GitHub
parent e2f0b3eb9e
commit 582ba7d162

View File

@@ -7,8 +7,8 @@
# Author URI: https://cryinkfly.com #
# License: MIT #
# Copyright (c) 2020-2021 #
# Time/Date: 15:45/24.01.2022 #
# Version: 1.7.3 #
# Time/Date: 15:00/26.01.2022 #
# Version: 1.7.4 #
####################################################################################################
###############################################################################################################################################################
@@ -290,12 +290,6 @@ function ubuntu20 {
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.04/ ./'
}
function ubuntu20_10 {
sudo add-apt-repository -r 'deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main'
wget -q https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.10/Release.key -O Release.key -O- | sudo apt-key add -
sudo apt-add-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_20.10/ ./'
}
function ubuntu21 {
mkdir -p /tmp/360 && cd /tmp/360
wget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_21.04/Release.key
@@ -953,7 +947,6 @@ function setupact-select-os {
FALSE "Solus" \
FALSE "Ubuntu 18.04, Linux Mint 19.x..." \
FALSE "Ubuntu 20.04, Linux Mint 20.x, Pop!_OS 20.04..." \
FALSE "Ubuntu 20.10" \
FALSE "Ubuntu 21.04, Pop!_OS 21.04..." \
FALSE "Ubuntu 21.10" \
FALSE "Void Linux" \
@@ -985,8 +978,6 @@ function setupact-select-os {
[[ $select_os = "Ubuntu 20.04, Linux Mint 20.x, Pop!_OS 20.04..." ]] && debian-based-1 && ubuntu20 && debian-based-2
[[ $select_os = "Ubuntu 20.10" ]] && debian-based-1 && ubuntu20_10 && debian-based-2
[[ $select_os = "Ubuntu 21.04, Pop!_OS 21.04..." ]] && ubuntu21 && debian-based-2
[[ $select_os = "Ubuntu 21.10" ]] && ubuntu21_10 && debian-based-2