kiwiproject / kiwiproject-changelog

Generates change logs
MIT License
1 stars 0 forks source link

Update install script to work using a curl-based installation #183

Closed sleberknight closed 2 months ago

sleberknight commented 2 months ago

Update the install.sh script to work when doing:

curl -s  https://raw.githubusercontent.com/kiwiproject/kiwiproject-changelog/main/etc/install/install.sh | bash

The script needs to be modified to get the README.txt and generate-kiwi-changelog.sh from the cloned repository, and not rely on being inside an existing repo.