ensuring keys are refreshed before running any installation commands

This commit is contained in:
aminnairi
2026-02-19 13:34:00 +01:00
parent 5caed3f2ef
commit ae286cd94f
+1
View File
@@ -1,5 +1,6 @@
#!/bin/bash
sudo pacman-key --refresh-keys &&
ensure_package_is_installed git &&
ensure_package_is_installed github-cli &&
ensure_git_configuration_set "user.name" &&