ulduldp commited on
Commit
bb1557a
·
verified ·
1 Parent(s): 22c8356

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -16,7 +16,7 @@ import os
16
  import subprocess
17
  import shutil
18
 
19
- CRD_SSH_Code = 'DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/0Ab_5qlnvVF2eM57Q32p-YAV-y0eOWWx6HHUvfM3Rk6igE0uMUVGWl7PxbtFG5YrVvKfkdA" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=$(hostname)' #input("Google CRD SSH Code :")
20
  username = "user" #@param {type:"string"}
21
  password = "root" #@param {type:"string"}
22
  os.system(f"useradd -m {username}")
 
16
  import subprocess
17
  import shutil
18
 
19
+ CRD_SSH_Code = 'DISPLAY= /opt/google/chrome-remote-desktop/start-host --code="4/0Ab_5qlkQuTDVeYTveSDq_NzbYoEXqrzOaW_Km1HnAxKh44v7ef-j5b5k4TUNm53hstAU0Q" --redirect-url="https://remotedesktop.google.com/_/oauthredirect" --name=$(hostname)' #input("Google CRD SSH Code :")
20
  username = "user" #@param {type:"string"}
21
  password = "root" #@param {type:"string"}
22
  os.system(f"useradd -m {username}")