Including the viu binary

This commit is contained in:
Gordon Grant-Stuart 2023-07-29 12:30:43 +01:00
parent f09cf19afb
commit 3c5ed49d3b
2 changed files with 4 additions and 6 deletions

BIN
.Books/viu Executable file

Binary file not shown.

10
init.sh
View File

@ -75,13 +75,11 @@ sudo snap install languagetool
echo -e "$darkbrown Installing LanguageTool Python"
sudo pip install language_tool_python
################# Install viu ############
if [[ ! -e "$HOME/.Books/viu" ]]; then
curl -o "$HOME/.Books/viu" "https://github.com/atanunq/viu/releases/download/v1.4.0/viu" && chmod +x "$HOME/.Books/viu"
fi
# ################# Install viu ############
# if [[ ! -e "$HOME/.Books/viu" ]]; then
# curl -o "$HOME/.Books/viu" "https://github.com/atanunq/viu/releases/download/v1.4.0/viu" && chmod +x "$HOME/.Books/viu"
# fi
# cd $HOME/.Books