From 513949bb79d1eaef9da2ca1f58806e6903da23bc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 10 Mar 2013 11:48:44 +0100 Subject: add Git download desc --- pwgrep.buetow.org/content/50.Download.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pwgrep.buetow.org/content/50.Download.xml (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml new file mode 100644 index 0000000..a56d753 --- /dev/null +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -0,0 +1,16 @@ + + + Download + pwgrep can be downloaded from a deb repo or from git. + Download from Git repository + For git just type "git clone git://git.buetow.org/pwgrep". + To update to the latest stable version just type "cd ./pwgrep; git pull". + + Go to + gitweb + to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. + + For bleeding edge you can fetch the devel branch with "git clone -b devel git://git.buetow.org/pwgrep pwgrep-devel". But be warned, this one might be broken! It will be merged to master when it's done. + + + -- cgit v1.2.3 From bc982b9d01836087cdb5450caf6ed6e3e0879e0e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 8 Apr 2013 20:33:13 +0200 Subject: quick commit --- pwgrep.buetow.org/content/50.Download.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index a56d753..a5855f7 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -1,7 +1,15 @@ Download - pwgrep can be downloaded from a deb repo or from git. + Pwgrep can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: +deb ftp://deb.buetow.org/apt squeeze main +deb-src ftp://deb.buetow.org/apt squeeze main + Or if you prefer http: +deb http://deb.buetow.org/apt squeeze main +deb-src http://deb.buetow.org/apt squeeze main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" Download from Git repository For git just type "git clone git://git.buetow.org/pwgrep". To update to the latest stable version just type "cd ./pwgrep; git pull". -- cgit v1.2.3 From dab249dfae421495933435d78bf6f54193ef4e4e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 1 Jul 2013 12:12:21 +0200 Subject: change --- pwgrep.buetow.org/content/50.Download.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index a5855f7..889666c 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -1,24 +1,24 @@ Download - Pwgrep can be downloaded from a deb repo or from git. + Loadbars can be downloaded from a deb repo or from git. Install from deb repository If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: -deb ftp://deb.buetow.org/apt squeeze main -deb-src ftp://deb.buetow.org/apt squeeze main +deb ftp://deb.buetow.org/apt wheezy main +deb-src ftp://deb.buetow.org/apt wheezy main Or if you prefer http: -deb http://deb.buetow.org/apt squeeze main -deb-src http://deb.buetow.org/apt squeeze main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -" +deb http://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". Download from Git repository For git just type "git clone git://git.buetow.org/pwgrep". To update to the latest stable version just type "cd ./pwgrep; git pull". - Go to - gitweb - to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. For releases there are tags and for screenshots check out the screenshots branch. + Go to + gitweb + to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. - For bleeding edge you can fetch the devel branch with "git clone -b devel git://git.buetow.org/pwgrep pwgrep-devel". But be warned, this one might be broken! It will be merged to master when it's done. + For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/pwgrep pwgrep-develop". But be warned, this one might be broken! It will be merged to master when it's done. -- cgit v1.2.3 From 2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Sep 2013 18:02:25 +0200 Subject: reformat XML --- pwgrep.buetow.org/content/50.Download.xml | 38 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 889666c..b263c64 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -1,24 +1,22 @@ - + - Download - Loadbars can be downloaded from a deb repo or from git. - Install from deb repository - If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: -deb ftp://deb.buetow.org/apt wheezy main + Download + Loadbars can be downloaded from a deb repo or from git. + Install from deb repository + If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: + deb ftp://deb.buetow.org/apt wheezy main deb-src ftp://deb.buetow.org/apt wheezy main - Or if you prefer http: -deb http://deb.buetow.org/apt wheezy main + Or if you prefer http: + deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". - Download from Git repository - For git just type "git clone git://git.buetow.org/pwgrep". - To update to the latest stable version just type "cd ./pwgrep; git pull". - - Go to - gitweb - to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. - - For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/pwgrep pwgrep-develop". But be warned, this one might be broken! It will be merged to master when it's done. + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". + Download from Git repository + For git just type "git clone git://git.buetow.org/pwgrep". + To update to the latest stable version just type "cd ./pwgrep; git pull". + + Go to + gitweb + to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. + + For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/pwgrep pwgrep-develop". But be warned, this one might be broken! It will be merged to master when it's done. - - -- cgit v1.2.3 From 232e70178316ff7ebfbdd65b588dd444b15b7c61 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:30:52 +0100 Subject: change deb src from ftp do http --- pwgrep.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index b263c64..8902fee 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -5,7 +5,7 @@ Install from deb repository If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: deb ftp://deb.buetow.org/apt wheezy main -deb-src ftp://deb.buetow.org/apt wheezy main +deb-src http://deb.buetow.org/apt wheezy main Or if you prefer http: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main -- cgit v1.2.3 From 9c2be04aade944eb6d0d34e00cc4afb03e533e29 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:31:30 +0100 Subject: change deb src from ftp do http --- pwgrep.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 8902fee..6cd0e5a 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -4,7 +4,7 @@ Loadbars can be downloaded from a deb repo or from git. Install from deb repository If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: - deb ftp://deb.buetow.org/apt wheezy main + deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main Or if you prefer http: deb http://deb.buetow.org/apt wheezy main -- cgit v1.2.3 From 43c94a43b7320967d145763c173685efd3c8ded2 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 21 Dec 2013 12:24:28 +0100 Subject: fix duplicate repo tuts --- pwgrep.buetow.org/content/50.Download.xml | 3 --- 1 file changed, 3 deletions(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 6cd0e5a..7b3edfb 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -5,9 +5,6 @@ Install from deb repository If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: deb http://deb.buetow.org/apt wheezy main -deb-src http://deb.buetow.org/apt wheezy main - Or if you prefer http: - deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". Download from Git repository -- cgit v1.2.3 From 8f9afe65075d800acc42c72dbfc3c59f6054d764 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 21 Dec 2013 12:30:16 +0100 Subject: add sudo --- pwgrep.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 7b3edfb..6ab454e 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -6,7 +6,7 @@ If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | apt-key add -". + To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". Download from Git repository For git just type "git clone git://git.buetow.org/pwgrep". To update to the latest stable version just type "cd ./pwgrep; git pull". -- cgit v1.2.3 From cb9cd89e5f5c0ea1aee98db11745fa9788366946 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Dec 2013 19:12:30 +0100 Subject: s/devel/devlop/ --- pwgrep.buetow.org/content/50.Download.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 6ab454e..be08227 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -13,7 +13,7 @@ deb-src http://deb.buetow.org/apt wheezy main Go to gitweb - to browse the online repository. The master branch always keeps the current stable version. The devel branch always keeps the current development version. + to browse the online repository. The master branch always keeps the current stable version. The develop branch always keeps the current develop version. - For bleeding edge you can fetch the devel branch with "git clone -b develop git://git.buetow.org/pwgrep pwgrep-develop". But be warned, this one might be broken! It will be merged to master when it's done. + For bleeding edge you can fetch the develop branch with "git clone -b develop git://git.buetow.org/pwgrep pwgrep-develop". But be warned, this one might be broken! It will be merged to master when it's done. -- cgit v1.2.3 From edeb4da17b252179a70a30f78b7ab7931f5d468c Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 31 Dec 2013 00:56:19 +0100 Subject: s/Squeeze/Wheezy/ --- pwgrep.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index be08227..943b0d2 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -3,7 +3,7 @@ Download Loadbars can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Squeeze you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". -- cgit v1.2.3 From 1b87cc26359127f58125d905bf6cf1105fafdb71 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 31 Dec 2013 11:54:11 +0100 Subject: case sensitiviness --- pwgrep.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 943b0d2..5f493b6 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -7,7 +7,7 @@ deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". - Download from Git repository + Download from git repository For git just type "git clone git://git.buetow.org/pwgrep". To update to the latest stable version just type "cd ./pwgrep; git pull". -- cgit v1.2.3 From 28686f6efe46f365bdf5ab495c3fbb4223f9e0c9 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 22 Mar 2014 12:00:07 +0100 Subject: update main page to github --- pwgrep.buetow.org/content/50.Download.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 5f493b6..a59c202 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -1,19 +1,15 @@ Download - Loadbars can be downloaded from a deb repo or from git. + !!HOSTNAME!! can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install pwgrep: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". Download from git repository - For git just type "git clone git://git.buetow.org/pwgrep". - To update to the latest stable version just type "cd ./pwgrep; git pull". Go to - gitweb - to browse the online repository. The master branch always keeps the current stable version. The develop branch always keeps the current develop version. + http://github.com/rantanplan/!!HOSTNAME!! - For bleeding edge you can fetch the develop branch with "git clone -b develop git://git.buetow.org/pwgrep pwgrep-develop". But be warned, this one might be broken! It will be merged to master when it's done. -- cgit v1.2.3 From 3c048c6c5ff5f918267c369ef1d1556f49cb586f Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Mon, 16 Jun 2014 09:14:47 +0200 Subject: question = ( to ) ? be : ! be; -- Wm. Shakespeare --- pwgrep.buetow.org/content/50.Download.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index a59c202..f74def5 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -3,7 +3,9 @@ Download !!HOSTNAME!! can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run apt-get update;apt-get install cpuinfo: + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run + apt-get update;apt-get install cpuinfo: + (Please replace wheezy with jessie if you are debian GNU/Linux Jessie) deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". -- cgit v1.2.3 From 35a1cc813cb29c3cc5ae20c1d98711a2947929ef Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Mon, 16 Jun 2014 09:17:48 +0200 Subject: Let me take you a button-hole lower. -- William Shakespeare, "Love's Labour's Lost" --- pwgrep.buetow.org/content/50.Download.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index f74def5..1e946c1 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -3,12 +3,14 @@ Download !!HOSTNAME!! can be downloaded from a deb repo or from git. Install from deb repository - If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list, and run - apt-get update;apt-get install cpuinfo: - (Please replace wheezy with jessie if you are debian GNU/Linux Jessie) + If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - To trust it please run "curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add -". + (Please replace wheezy with jessie if you are debian GNU/Linux Jessie) and run afterwards: + curl http://deb.buetow.org/apt/pubkey.gpg | +sudo apt-key add - +apt-get update +apt-get install cpuinfo Download from git repository Go to -- cgit v1.2.3 From bea5c3e4560bc85f4fb9c794c79c6e22d77a7c76 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Mon, 16 Jun 2014 09:25:53 +0200 Subject: typo --- pwgrep.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 1e946c1..3a653e0 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -6,7 +6,7 @@ If you have Debian GNU/Linux Wheezy you can add the following into a new apt source file, e.g. /etc/apt/source.list.d/buetoworg.list: deb http://deb.buetow.org/apt wheezy main deb-src http://deb.buetow.org/apt wheezy main - (Please replace wheezy with jessie if you are debian GNU/Linux Jessie) and run afterwards: + (Please replace wheezy with jessie if you are using Debian GNU/Linux Jessie) and run afterwards: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - apt-get update -- cgit v1.2.3 From 258d6a2d29fde041078c8b10eb147f7439a331b6 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Fri, 20 Jun 2014 01:33:13 +0200 Subject: fix --- pwgrep.buetow.org/content/50.Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pwgrep.buetow.org/content/50.Download.xml') diff --git a/pwgrep.buetow.org/content/50.Download.xml b/pwgrep.buetow.org/content/50.Download.xml index 3a653e0..b48740e 100644 --- a/pwgrep.buetow.org/content/50.Download.xml +++ b/pwgrep.buetow.org/content/50.Download.xml @@ -10,7 +10,7 @@ deb-src http://deb.buetow.org/apt wheezy main curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - apt-get update -apt-get install cpuinfo +apt-get install !!HOSTNAME!! Download from git repository Go to -- cgit v1.2.3