mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
Remove useless tip.
This commit is contained in:
parent
2ae817aa05
commit
d36e154d90
1 changed files with 1 additions and 2 deletions
|
|
@ -38,8 +38,7 @@ function x() {
|
|||
while [ $cmdstatus == 1 ] ;do
|
||||
echo -e "\e[31m[$0]: Command \"\e[32m$@\e[31m\" has failed."
|
||||
echo -e "You may need to resolve the problem manually BEFORE repeating this command."
|
||||
echo -e "[Tip] If a certain package is failing to install, try installing it separately in another terminal."
|
||||
echo -e "[Tip] If a package is conflicting with its -git version, in another terminal, install the -git one.\e[0m"
|
||||
echo -e "[Tip] If a certain package is failing to install, try installing it separately in another terminal.\e[0m"
|
||||
echo " r = Repeat this command (DEFAULT)"
|
||||
echo " e = Exit now"
|
||||
echo " i = Ignore this error and continue (your setup might not work correctly)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue