gtaayush010 commited on
Commit
02c21cf
·
verified ·
1 Parent(s): 338027c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. setup.sh +4 -2
setup.sh CHANGED
@@ -306,8 +306,10 @@ kv "Helpers" "screen -r helpers"
306
  section "RunPod restart"
307
  ok "After restart, run: bash ${INSTALL_BASE}/restart_after_reboot.sh"
308
 
309
- cp "${SCRIPT_DIR}/restart_after_reboot.sh" "${INSTALL_BASE}/restart_after_reboot.sh"
310
- chmod +x ${INSTALL_BASE}/restart_after_reboot.sh
 
 
311
 
312
  section "Restart script saved"
313
  kv "Command" "bash ${INSTALL_BASE}/restart_after_reboot.sh"
 
306
  section "RunPod restart"
307
  ok "After restart, run: bash ${INSTALL_BASE}/restart_after_reboot.sh"
308
 
309
+ run_logged "download restart script" "${SETUP_LOG}" curl -fsSL \
310
+ -o "${INSTALL_BASE}/restart_after_reboot.sh" \
311
+ "https://huggingface.co/gtaayush010/comfysetup/resolve/main/restart_after_reboot.sh"
312
+ chmod +x "${INSTALL_BASE}/restart_after_reboot.sh"
313
 
314
  section "Restart script saved"
315
  kv "Command" "bash ${INSTALL_BASE}/restart_after_reboot.sh"