Skip to content

Commit

Permalink
Steam Deck: Remove wget dependency (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk authored Mar 8, 2023
1 parent 848176a commit 92e99b6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v12.12.20230308-1"
PROGVERS="v12.12.20230309-1"
PROGCMD="${0##*/}"
SHOSTL="stl"
GHURL="https://github.com"
Expand Down Expand Up @@ -22882,15 +22882,11 @@ function checkSteamDeckDependencies {
fi
}

# if this really changes, it could be grepped directly from /etc/pacman.d/mirrorlist as well:
SDREPO="https://steamdeck-packages.steamos.cloud/archlinux-mirror/extra/os/x86_64/"
# if this really changes, it could be grepped directly from /etc/pacman.d/mirrorlist as well: (was previously used for wget, keeping commented in case we need it in future)
#SDREPO="https://steamdeck-packages.steamos.cloud/archlinux-mirror/extra/os/x86_64/"

# ARCHURL="https://archlinux.org/packages/community/x86_64"
ARCHARCHIVEURL="https://archive.archlinux.org/packages"

WGETVERS="1.21.2-1"
WGETFILE="$WGET-$WGETVERS-x86_64.pkg.tar.zst"
WGETURL="$SDREPO/$WGETFILE"

INNOEXTRACTVERS="1.9-7"
INNOEXTRACTFILE="$INNOEXTRACT-$INNOEXTRACTVERS-x86_64.pkg.tar.zst"
Expand All @@ -22902,7 +22898,6 @@ function checkSteamDeckDependencies {

printf '\n'

installDependencyVersionFromURL "$WGET" "$WGETFILE" "$STLDEPS" "$WGETURL" || steamDeckInstallFail
installDependencyVersionFromURL "$INNOEXTRACT" "$INNOEXTRACTFILE" "$STLDEPS" "$INNOEXTRACTURL" || steamDeckInstallFail
installDependencyVersionFromURL "$CABEXTRACT" "$CABEXTRACTFILE" "$STLDEPS" "$CABEXTRACTURL" || steamDeckInstallFail

Expand Down

0 comments on commit 92e99b6

Please # to comment.