forked from extern/easydiffusion
Merge pull request #109 from elwynelwyn/add-shebangs
Add shebangs to all sh files
This commit is contained in:
commit
c7c47635f7
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
printf "\n\nStable Diffusion UI\n\n"
|
printf "\n\nStable Diffusion UI\n\n"
|
||||||
|
|
||||||
if [ -f "scripts/install_status.txt" ] && [ `grep -c sd_ui_git_cloned scripts/install_status.txt` -gt "0" ]; then
|
if [ -f "scripts/install_status.txt" ] && [ `grep -c sd_ui_git_cloned scripts/install_status.txt` -gt "0" ]; then
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
cp sd-ui-files/scripts/on_env_start.sh scripts/
|
cp sd-ui-files/scripts/on_env_start.sh scripts/
|
||||||
|
|
||||||
source installer/etc/profile.d/conda.sh
|
source installer/etc/profile.d/conda.sh
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
conda-unpack
|
conda-unpack
|
||||||
|
|
||||||
source $CONDA_PREFIX/etc/profile.d/conda.sh
|
source $CONDA_PREFIX/etc/profile.d/conda.sh
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
source installer/bin/activate
|
source installer/bin/activate
|
||||||
|
|
||||||
conda-unpack
|
conda-unpack
|
||||||
|
Loading…
Reference in New Issue
Block a user