Skip to content

Commit d5976b9

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

scripts/cleanup-github-actions.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ 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('apt install --reinstall command-not-found', { requiresRoot: true });

0 commit comments

Comments
 (0)