mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
10 lines
246 B
Bash
10 lines
246 B
Bash
HOST_USER='root'
|
|
HOST_IP='78.46.41.90'
|
|
|
|
unzip ./Keys.zip
|
|
|
|
scp -r ./Keys ${HOST_USER}@${HOST_IP}:/${HOST_USER}/
|
|
scp -r ./init.sh ${HOST_USER}@${HOST_IP}:/${HOST_USER}/
|
|
|
|
ssh ${HOST_USER}@${HOST_IP} "bash init.sh && rm init.sh && rm ~/Keys/ovh.ini"
|