mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
revision.
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user