Fix Arch documentation #47

Closed
threeoh6000 wants to merge 1 commits from threeoh6000/minecraft-pi-reborn:master into master
First-time contributor

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.

Fixed to use pacman -S which installs the packages from the latest version in the synced repositories, which won't cause any potential breakage in any Arch system.

`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. Fixed to use `pacman -S` which installs the packages from the latest version in the synced repositories, which won't cause any potential breakage in any Arch system.
threeoh6000 added 1 commit 2022-08-27 15:47:47 +00:00
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.
Author
First-time contributor
[The ArchWiki also says not to use `pacman -Sy`](https://wiki.archlinux.org/title/system_maintenance#Partial_upgrades_are_unsupported)
TheBrokenRail closed this pull request 2022-09-28 00:58:08 +00:00

Documentation has been updated.

Documentation has been updated.

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: minecraft-pi-reborn/minecraft-pi-reborn#47
No description provided.