From: Thomas Glanzmann Date: Sun, 11 Dec 2022 23:03:49 +0000 (+0100) Subject: update instructions X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/cccfe6d57d96f392cb3e49a9998db9fea3bc043f update instructions --- 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 ) }