MODIFIED templates/en/download/deblenny.template

maurilio repository at lamaresh.net
Tue Jul 6 06:38:39 CDT 2010


---
 templates/en/download/deblenny.template |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/templates/en/download/deblenny.template b/templates/en/download/deblenny.template
index 98a3552..734c571 100644
--- a/templates/en/download/deblenny.template
+++ b/templates/en/download/deblenny.template
@@ -16,25 +16,22 @@ Wine for Debian Lenny, Squeeze and Sid
 
 <h2>Remove old version</h2>
 <div style="position:relative;left:20px">Open a terminal</div>
-<div style="position:relative;left:20px"><i>su</i> <font color="gray">#to log as root</font></div>
-<div style="position:relative;left:20px"><i>apt-get remove libwine wine</i> <font color="gray">#to remove outdated version of wine</font></div><p></p>
+<div style="position:relative;left:20px"><i>sudo apt-get remove libwine wine</i> <font color="gray">#to remove outdated version of wine</font></div><p></p>
 <h2>Method 1: Add the repository</h2>
 <div style="position:relative;left:20px">Open a terminal</div>
-<div style="position:relative;left:20px"><i>su</i> <font color="gray">#to log as root</font></div>
-<div style="position:relative;left:20px"><i>gedit /etc/apt/sources.list</i> <font color="gray">#to open repository file with a text editor (you can use gedit or another)</font></div>
+<div style="position:relative;left:20px"><i>sudo gedit /etc/apt/sources.list</i> <font color="gray">#to open repository file with a text editor (you can use gedit or another)</font></div>
 <div style="position:relative;left:20px">Add this line for Lenny: <i>deb http://www.lamaresh.net/apt lenny main</i></div>
 <div style="position:relative;left:20px">Add this line for Squeeze: <i>deb http://www.lamaresh.net/apt squeeze main</i></div>
 <div style="position:relative;left:20px">Add this line for Sid: <i>deb http://www.lamaresh.net/apt sid main</i></div>
 <div style="position:relative;left:20px">Save and close sources.list</div>
-<div style="position:relative;left:20px"><i>wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add - </i> <font color="gray">#to add gpg key</font></div>
-<div style="position:relative;left:20px"><i>apt-get update</i> <font color="gray">#to update package list</font></div>
-<div style="position:relative;left:20px"><i>apt-get install wine</i> <font color="gray">#to install latest wine version</font></div><p></p>
+<div style="position:relative;left:20px"><i>wget http://www.lamaresh.net/apt/key.gpg && sudo apt-key add key.gpg</i> <font color="gray">#to add gpg key</font></div>
+<div style="position:relative;left:20px"><i>sudo apt-get update</i> <font color="gray">#to update package list</font></div>
+<div style="position:relative;left:20px"><i>sudo apt-get install wine</i> <font color="gray">#to install latest wine version</font></div><p></p>
 <h2>Method 2: Download .deb and manually install it</h2>
 <div style="position:relative;left:20px">Chose a .deb package from <a href="http://www.lamaresh.net/binary.php" target="_blank">binary list</a> and save it in your home directory</div>
 <div style="position:relative;left:20px">Open a terminal</div>
 <div style="position:relative;left:20px"><i>cd ~</i> <font color="gray">#to go to your home directory</font></div>
-<div style="position:relative;left:20px"><i>su</i> <font color="gray">#to log as root</font></div>
-<div style="position:relative;left:20px"><i>dpkg -i wine_1.1.xxx.deb</i> <font color="gray">#change xxx with your chosen package, this will install wine</font></div>
+<div style="position:relative;left:20px"><i>sudo dpkg -i wine_1.1.xxx.deb</i> <font color="gray">#change xxx with your chosen package, this will install wine</font></div>
 
 <br><br><p style="font-size:12px;text-align:left;font-style: italic;">
 Homepage: <a href="http://www.lamaresh.net" target="_blank">http://www.lamaresh.net/</a><br>
-- 
1.7.1


--------------050609060904020408030209--



More information about the wine-patches mailing list