-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.sh
More file actions
46 lines (43 loc) · 1.33 KB
/
update.sh
File metadata and controls
46 lines (43 loc) · 1.33 KB
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
#!/bin/bash
mkdir scripts; cd scripts; wget https://raw.githubusercontent.com/ellipsys/Scripts_python/master/Scripts_Python.zip; apt-get install unzip; unzip Scripts_Python; apt-get install -y python-requests#; python Scripts_Python/telegram/ellipsys_bot/evelyn.py
echo "get reposities"
sudo apt-get update
echo "upgrading ......"
sudo apt-get upgrade
echo "installing dbus"
apt-get install -y libpam-systemd dbus
echo "installing net tools"
apt-get install net-tools
echo "installing requests"
apt-get install -y python-requests
apt-get install python-socks
echo "intalling unzip"
sudo apt-get install unzip
echo "intalling tor"
sudo apt-get install -y tor nmap
echo "installing vnc"
sudo apt-get install tightvncserver
#vncserver :1 -geometry 1366x768 -depth 16 -pixelformat rgb565 | echo "ellipsys"|echo "ellipsys"
echo "installing stem"
apt-get install python-stem
echo "installing i2c-tools"
sudo apt-get install -y i2c-tools
echo "installing setup-tools, pip"
sudo apt-get install python-setuptools
easy_install pip
echo "installing scapy"
apt-get install python-scapy
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="MARIO.58"
psk="5w0rdf15h"
key_mgmt=WPA-PSK
}
network={
ssid="ellipsys--ssid"
psk="5w0rdf15h"
key_mgmt=WPA-PSK
}
https://www.sendspace.com/file/i465ek