-
Notifications
You must be signed in to change notification settings - Fork 57
/
go
26 lines (23 loc) · 1.14 KB
/
go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/sh
#
# go
#
# Instructions for update
#
cat << EOMSG
+--------------------------------------------------------------------+
| |
| Instructions for running chrx have been updated to work on newer |
| versions of ChromeOS (R82 and later). |
| |
| These new instructions also work on older versions of ChromeOS, |
| and are recommended for all. |
| |
| The new chrx command line is: |
| |
| curl https://chrx.org/ | sudo tar xzfC - /usr/local && chrx |
| |
| Please see https://chrx.org/ for full details. |
| |
+--------------------------------------------------------------------+
EOMSG