mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 21:28:48 +00:00
re-added packager
Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
This commit is contained in:
parent
75d56e7f49
commit
fed5afcbec
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user