commit a81b236dd90e51947006bd2566ef1129949f7630
parent f62cb9634bca3eb13b6160b3a2aef1e39842123a
Author: Beau <cbeauhilton@gmail.com>
Date: Tue, 19 Sep 2023 23:25:41 -0500
update
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/posts/pixel6screen.md b/site/posts/pixel6screen.md
@@ -85,7 +85,7 @@ On Arch Linux
distro doesn't matter,
this is just what I used):
-```shell
+```sh
# enable multilib - see link below
paru # make sure things are up to date generally
paru -S android-tools android-sdk-build-tools # includes adb and other goodies
@@ -127,7 +127,7 @@ Almost too easy.
You probably won't need these tools again,
at least not for a long while, so:
-```shell
+```sh
paru -R android-tools android-sdk-build-tools # about 156MiB, not much, but it's the principle of the thing
sudo pacman -R $(comm -12 <(pacman -Qq | sort) <(pacman -Slq multilib | sort)) # undo the multilib stuff
sudo sed -i 's/\[multilib\]/\#\[multilib\]/' /etc/pacman.conf # undo more of the multilib stuff