What did you do
- Searched for sha256 and found the following, without the sha256sum command being ran anywhere:
| # installFile verifies the SHA256 for the file, then unpacks and
| # installs it.
installFile() {
echo "Preparing to install $APP_NAME into ${K3D_INSTALL_DIR}"
runAsRoot chmod +x "$K3D_TMP_FILE"
runAsRoot cp "$K3D_TMP_FILE" "$K3D_INSTALL_DIR/$APP_NAME"
echo "$APP_NAME installed into $K3D_INSTALL_DIR/$APP_NAME"
}
What did you expect to happen
sha256sum to be referenced somewhere in the script.
Screenshots or terminal output
https://claude.ai/share/ff270513-54c9-419c-a41b-1d0207182339
What did you do
| # installFile verifies the SHA256 for the file, then unpacks and
| # installs it.
What did you expect to happen
sha256sum to be referenced somewhere in the script.
Screenshots or terminal output
https://claude.ai/share/ff270513-54c9-419c-a41b-1d0207182339