From 197a9f7204d71657229a5c6ea4cb58e7332254fd Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Fri, 30 Jul 2021 06:01:27 -0700 Subject: [PATCH] Use linux-steam-utils-*.pkg --- linux-browser-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-browser-installer b/linux-browser-installer index 8b80bde..4553589 100755 --- a/linux-browser-installer +++ b/linux-browser-installer @@ -71,7 +71,7 @@ install_steam_utils() { pkg info --exists linux-steam-utils && return pkg fetch -y -o /tmp linux-steam-utils || exit 1 - (cd / && tar -xf /tmp/All/linux-steam-utils-*.txz \ + (cd / && tar -xf /tmp/All/linux-steam-utils-*.pkg \ --exclude '^+COMPACT_MANIFEST' \ --exclude '^+MANIFEST') }