mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Fixed a textual mistake.
This commit is contained in:
parent
454deedccf
commit
dbb1ae9e1e
@ -591,7 +591,7 @@ sub start_up {
|
|||||||
if ($dpkg_result != 0) {
|
if ($dpkg_result != 0) {
|
||||||
die "Swim is required:\n\n" .
|
die "Swim is required:\n\n" .
|
||||||
"Add one of these lines to your /etc/apt/sources.list:\n" .
|
"Add one of these lines to your /etc/apt/sources.list:\n" .
|
||||||
"deb http://prdownloads.sourceforge.net/avd ./ orx\n" .
|
"deb http://prdownloads.sourceforge.net/avd ./ or\n" .
|
||||||
"deb http://download.sourceforge.net/avd ./\n\n" .
|
"deb http://download.sourceforge.net/avd ./\n\n" .
|
||||||
"Then do `apt-get update` and `apt-get install swim`\n" .
|
"Then do `apt-get update` and `apt-get install swim`\n" .
|
||||||
"";
|
"";
|
||||||
@ -606,7 +606,7 @@ sub start_up {
|
|||||||
if (/purge|deinstall/) {
|
if (/purge|deinstall/) {
|
||||||
die "Swim needs to be reinstalled:\n\n" .
|
die "Swim needs to be reinstalled:\n\n" .
|
||||||
"Add one of these lines to your /etc/apt/sources.list:\n" .
|
"Add one of these lines to your /etc/apt/sources.list:\n" .
|
||||||
"deb http://prdownloads.sourceforge.net/avd ./ orx\n" .
|
"deb http://prdownloads.sourceforge.net/avd ./ or\n" .
|
||||||
"deb http://download.sourceforge.net/avd ./\n\n" .
|
"deb http://download.sourceforge.net/avd ./\n\n" .
|
||||||
"Then do `apt-get update` and `apt-get install swim`\n" .
|
"Then do `apt-get update` and `apt-get install swim`\n" .
|
||||||
"";
|
"";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user