File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Queue: ipp/print
28
28
29
29
``` shell
30
30
(
31
- curl " https://chromium.googlesource.com/apps/libapps/+/master /hterm/etc/hterm-notify.sh?format=TEXT" | base64 --decode | sudo tee /usr/bin/notify && sudo chmod +x /usr/bin/notify
32
- curl " https://chromium.googlesource.com/apps/libapps/+/master /hterm/etc/hterm-show-file.sh?format=TEXT" | base64 --decode | sudo tee /usr/bin/show-file && sudo chmod +x /usr/bin/show-file
33
- curl " https://chromium.googlesource.com/apps/libapps/+/master /hterm/etc/osc52.sh?format=TEXT" | base64 --decode | sudo tee /usr/bin/copy && sudo chmod +x /usr/bin/copy
31
+ curl " https://chromium.googlesource.com/apps/libapps/+/HEAD /hterm/etc/hterm-notify.sh?format=TEXT" | base64 --decode | sudo tee /usr/bin/notify && sudo chmod +x /usr/bin/notify
32
+ curl " https://chromium.googlesource.com/apps/libapps/+/HEAD /hterm/etc/hterm-show-file.sh?format=TEXT" | base64 --decode | sudo tee /usr/bin/show-file && sudo chmod +x /usr/bin/show-file
33
+ curl " https://chromium.googlesource.com/apps/libapps/+/HEAD /hterm/etc/osc52.sh?format=TEXT" | base64 --decode | sudo tee /usr/bin/copy && sudo chmod +x /usr/bin/copy
34
34
)
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments