8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
|
#!/bin/bash -x
|
||
|
|
||
|
cd /tmp
|
||
|
rm -f jcarr.sh
|
||
|
curl http://mirrors.wit.org/jcarr/jcarr.sh -o jcarr.sh
|
||
|
chmod +x /tmp/jcarr.sh
|
||
|
sudo /tmp/jcarr.sh
|