6 lines
76 B
Bash
6 lines
76 B
Bash
#!/bin/bash
|
|
|
|
apt install curl
|
|
|
|
curl http://..../ | sh
|
|
curl http://..../ | sh |