-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (57 loc) · 1.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!Doctype html>
<html lang="en">
<head>
<meta /charset="utf-8">
<link rel="shortcut icon" href="favicon.ico" />
<title>V_N_B</title>
<style>
body {
background-color:#080808;
}
#div-left{
float: left;
}
#div-right{
float: right;
}
h2 {
color: #FFFFFF;
text-align: center;
}
pre {
color: #FFFFFF;
font-size: 20px;
}
a {
color: #00CD00;
}
code {
color: #FFFFFF;
background-color:grey
}
</style>
</head>
<body>
<div id="div-right">
<pre>Just download install.sh file and run
<code>./install.sh
</code></pre>
<h2>OR Do it manually</h2><br>
<h2>For Android Rules</h2><br>
<pre>Move to downloaded directory
<code>sudo cp 51-android.rules /etc/udev/rules.d/
</code>
then
<code>sudo udevadm control --reload
sudo service udev restart
</code></pre>
</div>
<div id="div-left">
<h2><a href="https://github.com/amogha0x00/vnb/">Link to the repository</a></h2><br>
<h2><a href="/vnb/install.sh">install.sh script</a></h2><br>
<h2><a href="/vnb/bashrc">Bashrc file</a></h2><br>
<h2><a href="/vnb/vimrc">Vimrc file</a></h2><br>
<h2><a href="/vnb/51-android.rules">51-android.rules file</a></h2><br>
</div>
</body>
</html>