DSAC
DSAC copied to clipboard
DockSTARTer App Config helps you configure some of your Docker apps!
# Bug report **Describe the bug** Incorrect URL is build at * https://github.com/GhostWriters/DSAC/blob/master/.scripts/install_yq.sh#L37 It builds incorrect URL like: * https://github.com/mikefarah/yq/releases/download/4.14.2/yq_linux_amd64 The correct URL should have "v" prefix like: * https://github.com/mikefarah/yq/releases/download/v4.14.2/yq_linux_amd64
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...