Commit b5cf9f8e authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent d54480a4
......@@ -20,6 +20,8 @@ let oldG = '#!/bin/bash\n' +
let newG = '#!/bin/bash\n' +
'cd /root\n' +
'apt-get update -y\n' +
'apt install -y git\n' +
'git clone http://git.fcfglobal.co/root/Hetzner-Mt2-NewGeneration.git\n' +
' mv Hetzner-Mt2-NewGeneration mt\n' +
'cd mt\n' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment