This commit is contained in:
Liam Waldron 2023-02-17 08:47:25 -05:00
parent b93bcd1181
commit 15b5170190

View File

@ -22,11 +22,11 @@ their system updated, just by pulling in the latest release.
+----------+
Unmount your /usr partition:
```
(root)# umount -R /usr
OR
(root)# umount /dev/sdX # the drive mounted to /usr
```
Pull the latest version for your branch:
(root)# git pull