We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3572f0 commit 1c2d632Copy full SHA for 1c2d632
1 file changed
.update.sh
@@ -193,7 +193,7 @@ update_os_pkg() {
193
if [ "$(find /var/cache/pacman/pkg/* 2>/dev/null | wc -l)" -eq 0 ]; then
194
println "Updating ${PKG_MGR_CMD} based packages..."
195
if ! ("${PKG_MGR_CMD}" -Syu --noconfirm &&
196
- "${PKG_MGR_CMD}" -Rns "$(${PKG_MGR_CMD} -Qdtq)"); then
+ "${PKG_MGR_CMD}" -Rns "$("${PKG_MGR_CMD}" -Qdtq)"); then
197
print_err "Error: Update failed."
198
fi
199
0 commit comments