diff --git a/install.sh b/install.sh index 8c614b7d1f1c4d0124aeb98cf7f20b339be4d823..c4a4a0b29f9144a3b5a2dd5e09d4172d9ed20012 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ wget 'https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb' dpkg -i google-chrome-stable_current_amd64.deb -apt --fix-broken install +apt --fix-broken install -y dpkg -i google-chrome-stable_current_amd64.deb pip install -r requirements.txt python3 main.py \ No newline at end of file