make setup script work on other debian - tiny css improvement

This commit is contained in:
Sammy Delanghe 2019-05-31 01:07:01 +02:00
parent 2d9f7e7fc5
commit 94e0291c5a
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ div.box:hover {
cursor: pointer;
opacity: .9;
/*border-bottom: #f44346 1px solid !important;*/
box-shadow: -5px 5px 5px #888888;
box-shadow: 2px 4px 4px -1px #888888;
}
a.divLink {

View file

@ -10,7 +10,7 @@ E="${normal}"
if [ ! -d "venv" ]; then
echo -e "${B} No venv found, creating a new one ${E}"
python -m venv venv
python3 -m venv venv
fi
source venv/bin/activate