From cccfe6d57d96f392cb3e49a9998db9fea3bc043f Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Mon, 12 Dec 2022 00:03:49 +0100 Subject: [PATCH] update instructions --- README.md | 5 ++++- bootstrap.sh | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 745e6c3..13ee08b 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,10 @@ Yes, long answer below. To update the kernel to the lastest "stable" asahi branch you need to run as root: - curl -sL https://tg.st/u/ksh | bash + apt update + apt upgrade + +For installations before 2022-12-12, see Later it might be necessary to upgrade the stub parition in order to support the GPU code. As soon as that happens, I'll add the diff --git a/bootstrap.sh b/bootstrap.sh index 1cd8634..fa1edec 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -50,8 +50,7 @@ build_rootfs() sudo chroot . apt update sudo chroot . apt install -y m1n1 linux-image-asahi sudo chroot . apt clean - - sudo bash -c 'chroot . apt-get clean' + sudo rm var/lib/apt/lists/* || true ) } -- 2.39.2