From e2518e734c6d3cc2eb887e1be91c7c9ec1d137c4 Mon Sep 17 00:00:00 2001 From: threeoh6000 Date: Sat, 27 Aug 2022 15:45:54 +0000 Subject: [PATCH] Fix Arch documentation pacman -Sy is a bad command and should never be ran as it syncs the repositories but doesn't actually upgrade the software on the system which could royally screw up an unknowing Arch noob's system. --- docs/INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d409934..49e68c7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -7,15 +7,15 @@ Download packages [here](https://jenkins.thebrokenrail.com/job/minecraft-pi-rebo * Debian Buster/Ubuntu 18.04 Or Higher * QEMU User-Mode * Debian/Ubuntu: ``sudo apt install qemu-user`` - * Arch: ``sudo pacman -Sy qemu-user`` + * Arch: ``sudo pacman -S qemu-user`` * Client-Only Dependencies * Graphics Drivers * GTK+ 3 * Debian/Ubuntu: ``sudo apt install libgtk-3-0`` - * Arch: ``sudo pacman -Sy gtk3`` + * Arch: ``sudo pacman -S gtk3`` * OpenAL * Debian/Ubuntu: ``sudo apt install libopenal1`` - * Arch: ``sudo pacman -Sy openal`` + * Arch: ``sudo pacman -S openal`` ### Running Follow [these](https://docs.appimage.org/introduction/quickstart.html#how-to-run-an-appimage) instructions.