mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated install script to install binary only
This commit is contained in:
parent
1aa189e58a
commit
ee3f64bee9
@ -41,7 +41,7 @@ printf "\n"
|
|||||||
printf "${NOTE} Installing fzf from source...${RESET}\n"
|
printf "${NOTE} Installing fzf from source...${RESET}\n"
|
||||||
if git clone --depth 1 https://github.com/junegunn/fzf.git; then
|
if git clone --depth 1 https://github.com/junegunn/fzf.git; then
|
||||||
cd fzf || exit 1
|
cd fzf || exit 1
|
||||||
if ./install 2>&1 | tee -a "$MLOG" ; then
|
if ./install --bin 2>&1 | tee -a "$MLOG" ; then
|
||||||
printf "${OK} fzf installed successfully.\n" 2>&1 | tee -a "$MLOG"
|
printf "${OK} fzf installed successfully.\n" 2>&1 | tee -a "$MLOG"
|
||||||
else
|
else
|
||||||
echo -e "${ERROR} Installation failed for fzf." 2>&1 | tee -a "$MLOG"
|
echo -e "${ERROR} Installation failed for fzf." 2>&1 | tee -a "$MLOG"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user