We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2f87583 commit 45b2421Copy full SHA for 45b2421
commands/core/install.go
@@ -140,7 +140,7 @@ func installPlatform(pm *packagemanager.PackageManager,
140
}
141
142
// Perform post install
143
- if !skipPostInstall && platformRelease.IsTrusted {
+ if !skipPostInstall {
144
log.Info("Running post_install script")
145
taskCB(&rpc.TaskProgress{Message: "Configuring platform (post_install run)"})
146
if err := pm.RunPostInstallScript(platformRelease); err != nil {
0 commit comments