You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
226 B
Bash

11 years ago
cd installer
echo "Copying needed files for SFX..."
mkdir src/
cp ../script/daemon.py src/
echo "Creating SFX..."
tar -czf - * | pysfx -as "python install.py" - ../pylsa_sfx.py
echo "Removing copied files..."
rm -rf src
cd ..