mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-08 12:51:40 -04:00
Another initial check, and tested.
This commit is contained in:
@@ -580,7 +580,7 @@ sub start_up {
|
||||
# existence of dpkg
|
||||
if (!-f "/usr/bin/dpkg") {
|
||||
die "You are not using a Debian system, in the future this " .
|
||||
"may be supported, but for now you need living Debian\n";
|
||||
"may be supported, but for now you need living Debian.\n";
|
||||
}
|
||||
|
||||
# Swim has never been installed before?
|
||||
@@ -641,6 +641,10 @@ sub start_up {
|
||||
"Please install it first.\n";
|
||||
}
|
||||
}
|
||||
else {
|
||||
die "The script requires that file-rc be installed. " .
|
||||
"Please install it first.\n";
|
||||
}
|
||||
}
|
||||
close(DPKG);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user