add python3 package. autoplay vid

pull/2/head
necro-nemesis 5 years ago
parent 2f679a9535
commit a2af687fa9

@ -19,6 +19,6 @@ LA8VDcoJgiv2bSiVqyaT6hJ67LXbnQGpf9Uk3zh9ikUKPJUWeYbgsd9gxQ5ptM2hQNSsCaRETQ3GM9FL
</b></font></pre>
</body>
<video width="512" height="288" controls>
<video width="512" height="288" controls autoplay>
<source src="Lokivid.mp4" type="video/mp4">
</video>

@ -14,7 +14,7 @@ function install_dependencies() {
curl -s https://deb.imaginary.stream/public.gpg | sudo apt-key add -
echo "deb https://deb.imaginary.stream $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/imaginary.stream.list
sudo apt-get update
sudo yes | apt-get install git screen dnsutils resolvconf lokinet || install_error "Unable to install dependencies"
sudo yes | apt-get install git screen dnsutils python3 resolvconf lokinet || install_error "Unable to install dependencies"
}
#Remove NetworkManager and install dhcpd if required.

Loading…
Cancel
Save