-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdropbox-pump.sh
More file actions
27 lines (16 loc) · 816 Bytes
/
dropbox-pump.sh
File metadata and controls
27 lines (16 loc) · 816 Bytes
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
#!/bin/sh
#http://realmfpa.ru/?p=250
#https://github.com/nyaa/UbuntuScript/raw/master/dropbox-pump.sh
sudo apt-get --assume-yes install aptitude vim
#sudo vim /etc/apt/sources.list
sudo sed -i 's/# deb/deb/g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get --assume-yes remove network-manager network-manager-gnome
sudo apt-get --assume-yes install xautomation epiphany-browser
echo "auto eth0" | sudo tee -a /etc/network/interfaces
echo "iface eth0 inet dhcp" | sudo tee -a /etc/network/interfaces
sudo /etc/init.d/networking restart
cd $HOME/Desktop
wget https://www.dropbox.com/download?dl=packages/nautilus-dropbox_0.6.9_i386.deb && sudo dpkg -i download*
wget http://dl.dropbox.com/u/18466625/script.tar && tar xvf script.tar && cd dbhacking/
#while [ 1 ]; do sh script db.tt/lspEycOe; done