From b2653d82830b90512206d5ef7e2973af18e2400d Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 2 Aug 2017 01:13:11 +0200 Subject: initial commit --- install_weboob.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 install_weboob.sh (limited to 'install_weboob.sh') 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 -- cgit v1.2.1