Executable linux script

This commit is contained in:
cmdr2 2022-09-07 20:10:35 +05:30
parent 3224cd73ed
commit 22089c528a

View File

@ -34,11 +34,13 @@ tar -xf ../../installer.tar -C installer
mkdir scripts mkdir scripts
cp ../../scripts/on_env_start.sh scripts/ cp ../../scripts/on_env_start.sh scripts/
cp "../../scripts/start.sh" . cp ../../scripts/start.sh .
cp ../../LICENSE . cp ../../LICENSE .
cp "../../CreativeML Open RAIL-M License" . cp "../../CreativeML Open RAIL-M License" .
cp "../../How to install and run.txt" . cp "../../How to install and run.txt" .
chmod u+x start.sh
echo "Build ready. Zip the 'dist/stable-diffusion-ui' folder." echo "Build ready. Zip the 'dist/stable-diffusion-ui' folder."
echo "Cleaning up.." echo "Cleaning up.."