mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 08:33:24 -05:00
Another initial check, and tested.
This commit is contained in:
parent
1240220bc3
commit
e140b6bc50
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user