You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,17 @@ NOTE: While we are not yet out of beta, it is recommended to remove any previous
18
18
19
19
(0) Add your user account to the irix `sys` group - this will allow you to use the sgug `sudo` out of the box with your user password - then you can follow the steps below without additional hoop jumping.
20
20
21
-
(1) Download the artifacts for the latest version from the github releases tab (assuming they aren't too big).
21
+
(1) Optional - remove any previous sgug-rse installation:
22
+
23
+
```
24
+
# As your user
25
+
rm -rf ~/rpmbuild/SRPMS/*
26
+
rm -rf ~/rpmbuild/RPMS/*
27
+
# As root
28
+
rm -rf /usr/sgug/*
29
+
```
30
+
31
+
(2) Download the artifacts for the latest version from the github releases tab (assuming they aren't too big).
22
32
23
33
You'll find three main archives - and there might be "update" archives too that need to be extracted:
24
34
@@ -30,7 +40,7 @@ sgug-rse-rpms-0.0.5beta.tar.gz
30
40
sgug-rse-rpms-0.0.5betaupdateNUM.tar.gz
31
41
```
32
42
33
-
(2) Extract the selfhoster archive under /usr as root (important, sgug-rse _installation_ files are root owned and managed):
43
+
(3) Extract the selfhoster archive under /usr as root (important, sgug-rse _installation_ files are root owned and managed):
0 commit comments