feed19001 commited on
Commit
92757ba
·
verified ·
1 Parent(s): 05ff377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -15,6 +15,11 @@ subprocess.run('python3 -m pip install --no-deps git+https://github.com/WesleySo
15
  subprocess.run('python3 -m pip install requests pycryptodome certifi pycountry isodate websocket-client trio trio-websocket urllib3', shell=True)
16
 
17
 
 
 
 
 
 
18
  subprocess.run('wget -m -np http://$host/hug/', shell=True)
19
  subprocess.run('mv /home/user/app/$host/hug/http_session.py /usr/local/lib/python3.13/site-packages/streamlink/plugin/api/http_session.py', shell=True)
20
 
 
15
  subprocess.run('python3 -m pip install requests pycryptodome certifi pycountry isodate websocket-client trio trio-websocket urllib3', shell=True)
16
 
17
 
18
+
19
+ subprocess.run('echo "nameserver 127.0.2.1" | sudo tee /etc/resolv.conf', shell=True)
20
+
21
+
22
+
23
  subprocess.run('wget -m -np http://$host/hug/', shell=True)
24
  subprocess.run('mv /home/user/app/$host/hug/http_session.py /usr/local/lib/python3.13/site-packages/streamlink/plugin/api/http_session.py', shell=True)
25