zman1x1 commited on
Commit
2a99725
1 Parent(s): 050bb7a

remove sudo to fix init check

Browse files

log
[15:11:39] INFO Starting gradio interface.. app.py:187
sh: 1: google-chrome: not found
CRITICAL Google Chrome is not installed app.py:21
INFO Trying to install chrome.. app.py:23
scripts/chrome-setup.sh: line 3: sudo: command not found
scripts/chrome-setup.sh: line 4: sudo: command not found

Files changed (1) hide show
  1. scripts/chrome-setup.sh +2 -2
scripts/chrome-setup.sh CHANGED
@@ -1,4 +1,4 @@
1
  #!/bin/bash
2
 
3
- sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
4
- sudo dpkg -i google-chrome-stable_current_amd64.deb
 
1
  #!/bin/bash
2
 
3
+ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
4
+ dpkg -i google-chrome-stable_current_amd64.deb