From cb856494f3817d910fdf9062b4fbdb728a5f5431 Mon Sep 17 00:00:00 2001 From: Matthew Anderson Date: Sun, 28 Apr 2024 19:17:20 -0500 Subject: [PATCH] Update steam bootstrap --- chimeraos/airootfs/root/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chimeraos/airootfs/root/install.sh b/chimeraos/airootfs/root/install.sh index 0a94fd1..e2aa0c8 100755 --- a/chimeraos/airootfs/root/install.sh +++ b/chimeraos/airootfs/root/install.sh @@ -75,7 +75,7 @@ fi # Grab the steam bootstrap for first boot -URL="https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/steam-jupiter-stable-1.0.0.78-1.2-x86_64.pkg.tar.zst" +URL="https://steamdeck-packages.steamos.cloud/archlinux-mirror/jupiter-main/os/x86_64/steam-jupiter-stable-1.0.0.79-1-x86_64.pkg.tar.zst" TMP_PKG="/tmp/package.pkg.tar.zst" TMP_FILE="/tmp/bootstraplinux_ubuntu12_32.tar.xz" DESTINATION="/tmp/frzr_root/etc/first-boot/"