Compare commits
No commits in common. "main" and "plusone_nick-patch-1" have entirely different histories.
main
...
plusone_ni
@ -78,7 +78,7 @@ function install_abra_release {
|
|||||||
mv "$HOME/.local/bin/.abra-download" "$HOME/.local/bin/abra"
|
mv "$HOME/.local/bin/.abra-download" "$HOME/.local/bin/abra"
|
||||||
chmod +x "$HOME/.local/bin/abra"
|
chmod +x "$HOME/.local/bin/abra"
|
||||||
|
|
||||||
x=$(export $PATH | grep $HOME/.local/bin)
|
x=$(echo $PATH | grep $HOME/.local/bin)
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "$(tput setaf 3)WARNING: $HOME/.local/bin/ is not in \$PATH! If you want to run abra by just typing "abra" you should add it to your \$PATH! To do that run:$(tput sgr0)"
|
echo "$(tput setaf 3)WARNING: $HOME/.local/bin/ is not in \$PATH! If you want to run abra by just typing "abra" you should add it to your \$PATH! To do that run:$(tput sgr0)"
|
||||||
p=$HOME/.local/bin
|
p=$HOME/.local/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user