aboutsummaryrefslogtreecommitdiff
path: root/install_weboob.sh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-08-02 01:13:11 +0200
committerneodarz <neodarz@neodarz.net>2017-08-02 01:13:11 +0200
commitb2653d82830b90512206d5ef7e2973af18e2400d (patch)
tree29aac8318b6a2cd706c235abbf91126e4060c242 /install_weboob.sh
downloadkresus-gen-b2653d82830b90512206d5ef7e2973af18e2400d.tar.xz
kresus-gen-b2653d82830b90512206d5ef7e2973af18e2400d.zip
initial commit
Diffstat (limited to 'install_weboob.sh')
-rwxr-xr-xinstall_weboob.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install_weboob.sh b/install_weboob.sh
new file mode 100755
index 0000000..c891655
--- /dev/null
+++ b/install_weboob.sh
@@ -0,0 +1,5 @@
+wget http://ftp.fr.debian.org/debian/pool/main/w/weboob/weboob_1.2-1_all.deb
+wget http://ftp.fr.debian.org/debian/pool/main/w/weboob/python-weboob_1.2-1_all.deb
+sudo dpkg -i python-weboob_1.2-1_all.deb
+sudo dpkg -i weboob_1.2-1_all.deb
+rm python-weboob_1.2-1_all.deb weboob_1.2-1_all.deb