re-added packager

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
leventbesli 2024-10-06 18:36:43 +03:00 committed by GitHub
parent 75d56e7f49
commit fed5afcbec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,7 @@ installGrubBtrfs() {
if [ -d "$HOME/grub-btrfs" ]; then
rm -rf "$HOME/grub-btrfs"
fi
"$ESCALATION_TOOL" dnf install -y make git inotify-tools
"$ESCALATION_TOOL" "$PACKAGER" install -y make git inotify-tools
cd "$HOME" && git clone https://github.com/Antynea/grub-btrfs
printf "%b\n" "${YELLOW}Installing grub-btrfs...${RC}"
cd "$HOME/grub-btrfs"