8 lines
147 B
Bash
Executable file
8 lines
147 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
clear
|
|
echo
|
|
curl static.tyleodev.fr/astra/scr_banner
|
|
sudo apt install python3-pip -y
|
|
pip3 --version
|
|
sudo pip3 install stormssh
|