Skip to content

Commit e5e2106

Browse files
committed
feat: added command not found
1 parent 820b7b7 commit e5e2106

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/cleanup-github-actions.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ await testSpawn('rm -rf /usr/bin/python', { requiresRoot: true })
1717
await testSpawn('rm -rf /usr/bin/python3', { requiresRoot: true })
1818
await testSpawn('rm -rf /usr/bin/ruby', { requiresRoot: true })
1919

20-
await testSpawn('rm -rf /var/lib/command-not-found/*', { requiresRoot: true });
21-
await testSpawn('apt update', { requiresRoot: true });
22-
await testSpawn('/usr/lib/cnf-update-db', { requiresRoot: true })
20+
// await testSpawn('rm -rf /var/lib/command-not-found/*', { requiresRoot: true });
21+
// await testSpawn('apt update', { requiresRoot: true });
22+
// await testSpawn('/usr/lib/cnf-update-db', { requiresRoot: true })

0 commit comments

Comments
 (0)