revision.

This commit is contained in:
Elysia
2025-11-09 12:39:16 +08:00
parent 87f5bc5870
commit 7236d2f50b
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ install_RPMS() {
x rpmbuild -bb --define "_topdir $rpmbuildroot" $spec_file
done
mapfile -t -d '' local_rpms < <(find "$rpmbuildroot/RPMS" -maxdepth 2 -type f -name '*.rpm' -not -name '*debug*' -print0)
echo "${STY_BLUE}Next command:${STY_RST} sudo dnf install ${local_rpms[@]} -y"
echo -e "${STY_BLUE}Next command:${STY_RST} sudo dnf install ${local_rpms[@]} -y"
x sudo dnf install "${local_rpms[@]}" -y
x cd ${REPO_ROOT}
}
+1 -3
View File
@@ -26,6 +26,4 @@ STY_RST='\e[00m'
# Used by register_temp_file()
declare -a TEMP_FILES_TO_CLEANUP=()
# Pinned commit for quickshell
_qs_commit='db1777c20b936a86528c1095cbcb1ebd92801402'
_qs_shortcommit=$(echo ${_qs_commit} | cut -c1-7)