Search found 2 matches

by nagato
Tue Nov 05, 2013 1:03 pm UTC
Forum: Troubleshooting
Topic: Trouble upgrading unv on linuxmint 13
Replies: 3
Views: 4362

Re: Trouble upgrading unv on linuxmint 13

omkarbait wrote:

Thank You Nagato, it worked!! :grin: get read to lose now :wink:

Np.
Haha ok :painsaw: :smile:

by nagato
Tue Nov 05, 2013 12:15 pm UTC
Forum: Troubleshooting
Topic: Trouble upgrading unv on linuxmint 13
Replies: 3
Views: 4362

Re: Trouble upgrading unv on linuxmint 13

In, sed -i -e '1 s/sh/bash/' /var/lib/dpkg/info/unvanquished-common.config dpkg --configure -a there are two commands one that replaces the string 'sh' with 'bash' in '/var/lib/dpkg/info/unvanquished-common.config' and one that configures dpkg. So, just separate them with a semicolon. This should wo...