Skip to content

Commit a86ee88

Browse files
feat: build for release
1 parent b91fae2 commit a86ee88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/GraphvizInstaller.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class GraphvizInstaller {
2626
await (0, exec_1.exec)('brew', ['install', 'graphviz']);
2727
}
2828
async getAptInstall() {
29-
await (0, exec_1.exec)('apt-get', ['-y', 'update']);
30-
await (0, exec_1.exec)('apt-get', [
31-
'-y',
29+
await (0, exec_1.exec)('sudo', ['apt-get', 'update']);
30+
await (0, exec_1.exec)('sudo', [
31+
'apt-get',
3232
'install',
3333
'graphviz',
3434
// https://github.com/pygraphviz/pygraphviz/issues/163#issuecomment-570770201

0 commit comments

Comments
 (0)