Skip to content

Commit c85fcbe

Browse files
committed
Refresh on every package install
1 parent 41ef124 commit c85fcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/windows-bootstrap.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
(mapc (lambda (pkg)
4040
(unless (package-installed-p pkg)
41-
(package-install pkg)))
41+
(package-refresh-contents) (package-install pkg)))
4242
pkgs)
4343

4444
(add-hook 'kill-emacs-hook

0 commit comments

Comments
 (0)