Conversation
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 36 out of 36 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 36 out of 36 changed files in this pull request and generated 4 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat | ||
| ;; | ||
| apk) | ||
| sudo apk add curl qt6-qttools-dev plasma-sdk gettext | ||
| ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat |
There was a problem hiding this comment.
This symlink creation should use sudo to ensure proper permissions when creating links in system directories like /usr/bin/.
| ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat | |
| ;; | |
| apk) | |
| sudo apk add curl qt6-qttools-dev plasma-sdk gettext | |
| ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat | |
| sudo ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat | |
| ;; | |
| apk) | |
| sudo apk add curl qt6-qttools-dev plasma-sdk gettext | |
| sudo ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat |
| ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat | ||
| ;; | ||
| apk) | ||
| sudo apk add curl qt6-qttools-dev plasma-sdk gettext | ||
| ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat |
There was a problem hiding this comment.
This symlink creation should use sudo to ensure proper permissions when creating links in system directories like /usr/bin/.
| ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat | |
| ;; | |
| apk) | |
| sudo apk add curl qt6-qttools-dev plasma-sdk gettext | |
| ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat | |
| sudo ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat | |
| ;; | |
| apk) | |
| sudo apk add curl qt6-qttools-dev plasma-sdk gettext | |
| sudo ln -sf /usr/lib/qt6/bin/qmlformat /usr/bin/qmlformat |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
[v0.1.0] - 2025-10-01
Changed
qmlformat,curl) are now gracefully disabled and marked with an(disabled)tag in the help text.prasmoid fixcommand that runs a script to install all required dependencies for your distribution.setupcommand has been dropped in favor of thefixcommand.installandupdateshell scripts have been rewritten to be more robust, POSIX-compliant, and no longer depend onjq.