diff options
| author | Paul C. Buetow <paul@buetow.org> | 2014-04-17 08:02:11 +0200 |
|---|---|---|
| committer | Paul C. Buetow <paul@buetow.org> | 2014-04-17 08:02:11 +0200 |
| commit | 12492528386392422189552ebac604355891bd60 (patch) | |
| tree | 5c87a29abd6c575717dfdf1162b2d4193139f00a | |
| parent | 70412ed7e87419358ec3d01a0985d91e100df7a7 (diff) | |
There will be big changes for you but you will be happy.
| -rw-r--r-- | docs/fapi.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/fapi.pod b/docs/fapi.pod index a9adb3f..9e2950d 100644 --- a/docs/fapi.pod +++ b/docs/fapi.pod @@ -59,13 +59,13 @@ L<https://devcentral.f5.com/wiki/icontrol.apireference.ashx> Update your sources list: curl http://deb.buetow.org/apt/pubkey.gpg | sudo apt-key add - - echo 'deb http://deb.buetow.org/apt wheezy main' > \ - /etc/apt/sourcees.list.d/buetoworg.list - aptitude update + echo 'deb http://deb.buetow.org/apt wheezy main' | + sudo tee /etc/apt/sourcees.list.d/buetoworg.list + sudo aptitude update And run - aptitude install fapi + sudp aptitude install fapi cp /usr/share/fapi/fapi.conf.sample ~/.fapi.conf vim ~/.fapi.conf |
