fedora-zen-custom/build.sh

9 lines
177 B
Bash
Raw Normal View History

git pull
2024-01-27 22:44:24 -05:00
if [ ! -x "build-helper.sh" ]; then
echo "build-helper.sh not found or not executable. Making it executable..."
chmod +x build-helper.sh
2024-01-27 22:44:24 -05:00
fi
./build-helper.sh