Update file executable_install-program
This commit is contained in:
parent
7cb99fe1b2
commit
fcb563d35f
1 changed files with 1 additions and 0 deletions
|
@ -1117,6 +1117,7 @@ async function ensurePackageManager(packageManager) {
|
|||
}
|
||||
const snap = which.sync('snap', { nothrow: true })
|
||||
if (snap) {
|
||||
runCommand('Check info for core snap package', `sudo snap info core`)
|
||||
runCommand('Ensuring snap core is installed', `sudo snap install core`)
|
||||
} else {
|
||||
log('warn', logStage, 'Snap installation sequence completed but the snap bin is still not available')
|
||||
|
|
Loading…
Reference in a new issue