From faa103114ac664c6a5df3bc8c1c6538bfd46c77d Mon Sep 17 00:00:00 2001 From: 62bfaa38f5bc8d75ce8dc685 <62bfaa38f5bc8d75ce8dc685@devide> Date: Tue, 25 Apr 2023 05:56:05 +0000 Subject: [PATCH] Auto commit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8c614b7..c4a4a0b 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 -- GitLab