Update install1_temp.sh
This commit is contained in:
parent
7755d6f1a5
commit
9e1623760c
|
@ -40,5 +40,5 @@ mkdir stablediff
|
|||
cd stablediff
|
||||
wget https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
|
||||
CRON_JOB="@reboot /home/anon/stablediff/webui.sh --listen --api"
|
||||
(crontab -l 2>/dev/null | grep -Fxq "$CRON_JOB") || (echo "$CRON_JOB" | crontab -)
|
||||
(sudo crontab -l 2>/dev/null | grep -Fxq "$CRON_JOB") || (echo "$CRON_JOB" | sudo crontab -)
|
||||
reboot now
|
Loading…
Reference in New Issue