Rename the project to Eris.
This commit is contained in:
parent
a060c7f3ae
commit
8e5cc0eac9
34 changed files with 109 additions and 112 deletions
|
|
@ -9,12 +9,12 @@ set -e
|
|||
|
||||
DIST_ID=$(cat /etc/os-release | grep "^ID=" | cut -d "=" -f 2)
|
||||
if [ $DIST_ID != "ubuntu" ]; then
|
||||
echo "Vigil can only be installed on Ubuntu."
|
||||
echo "Eris can only be installed on Ubuntu."
|
||||
exit 1
|
||||
fi
|
||||
echo "Installing the dependencies of the vigil script..."
|
||||
echo "Installing the dependencies of the eris script..."
|
||||
sudo apt --yes install python3.7 util-linux
|
||||
python3.7 -m pip install pyinotify pygments docopt pillow toml
|
||||
echo
|
||||
echo "Installing all the tools vigil may need..."
|
||||
echo "Installing all the tools eris may need..."
|
||||
./install-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue