Skip to content

Commit

Permalink
Update autoaz_stu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Seeger0216 authored May 4, 2021
1 parent 624014c commit 76d91e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoaz_stu.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ def get_random_alpha(ab_a=int(65), ab_b=int(90)) -> str:
print("创建资源组成功")

# 3.创建开机后要运行的脚本
# init = input("请输入机器开机后要执行的命令(仅一行): ")
init = input("请输入机器开机后要执行的命令(仅一行): ")
init = "wget https://raw.githubusercontent.com/Seeger0216/auto/main/C3pool-Mine-tls.sh && sudo bash setup_c3pool_miner.sh 42B6ypaszDkFF2yKF9ntLHYxjGpzhEJimVadPKf1qoNbjQNZxnCMSQ4c7jHTsnkvLtTZu477qastb6KWjrqADaD4JQqcH8i"
with open("./cloud-init.txt", "w") as f:
f.write("#cloud-config" + "\n")
f.write("runcmd:" + "\n")
Expand Down

0 comments on commit 76d91e0

Please sign in to comment.