mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -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) {
|
||||
die "Swim is required:\n\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" .
|
||||
"Then do `apt-get update` and `apt-get install swim`\n" .
|
||||
"";
|
||||
@ -606,7 +606,7 @@ sub start_up {
|
||||
if (/purge|deinstall/) {
|
||||
die "Swim needs to be reinstalled:\n\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" .
|
||||
"Then do `apt-get update` and `apt-get install swim`\n" .
|
||||
"";
|
||||
|
Loading…
x
Reference in New Issue
Block a user