Module: website Branch: master Commit: d8808ed72c2bdfb3fb2283c7dbbc63e73209e16b URL: http://source.winehq.org/git/website.git/?a=commit;h=d8808ed72c2bdfb3fb2283c...
Author: Austin English austinenglish@gmail.com Date: Sat Apr 26 16:20:53 2008 -0500
Download-deb.template: Add note about sudo apt-get update
From abe778bb0c44185e4392810f4de950ea8c818d57 Mon Sep 17 00:00:00 2001
From: Austin English austinenglish@gmail.com Date: Sat, 26 Apr 2008 16:18:57 -0500 Subject: [PATCH] Download-deb.template: Add note about apt-get update
---
templates/en/download-deb.template | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/templates/en/download-deb.template b/templates/en/download-deb.template index 0e117c9..de71dfb 100644 --- a/templates/en/download-deb.template +++ b/templates/en/download-deb.template @@ -32,7 +32,9 @@ pasting the following:</p> <p><b>For Debian Etch (4.0):</b><br> <i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/etch.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p>Then, you can install Wine by <a href="apt://wine">clicking this link</a>. +<p>Then update APT's package information by running '<b>sudo apt-get update</b>'. + +<p>Now you can install Wine by <a href="apt://wine">clicking this link</a>. Alternatively, you can install by going to Applications->Add/Remove and searching for Wine.</p>