From 1ef86343bd706f066524d54c74ad6862844b1b41 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 24 Oct 2010 15:31:34 +0200 Subject: add .deb link and line for arch users Signed-off-by: Florian Pritz --- system/application/controllers/file.php | 1 + system/application/views/file/upload_form.php | 3 +++ 2 files changed, 4 insertions(+) (limited to 'system/application') diff --git a/system/application/controllers/file.php b/system/application/controllers/file.php index fb74dbf1c..7e8b88dbf 100644 --- a/system/application/controllers/file.php +++ b/system/application/controllers/file.php @@ -55,6 +55,7 @@ class File extends Controller { $data['small_upload_size'] = $this->config->item('small_upload_size'); $data['max_upload_size'] = $this->config->item('upload_max_size'); $data['client_link'] = base_url().'data/client/fb-'.$this->var->latest_client.'.tar.gz'; + $data['client_link_deb'] = base_url().'data/client/deb/'; $this->load->view('file/header', $data); $this->load->view('file/upload_form', $data); diff --git a/system/application/views/file/upload_form.php b/system/application/views/file/upload_form.php index 2835f46a9..4a90d2fbe 100644 --- a/system/application/views/file/upload_form.php +++ b/system/application/views/file/upload_form.php @@ -34,6 +34,9 @@ machine paste.xinu.at password my_secret_password

If you want to you can use this script to upload files, paste text or delete your uploads:

+

Arch Linux users: pacman -S fb-client
+Debian users:

+

If you experience any problems feel free to contact me.


-- cgit v1.2.3-24-g4f1b