mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-22 16:43:23 -05:00
Added an interesting note.
This commit is contained in:
parent
c75586cf32
commit
bf1fc647f6
@ -254,6 +254,10 @@ return $stuff;
|
|||||||
|
|
||||||
# Better tell the user what required and extra packages don't exist.
|
# Better tell the user what required and extra packages don't exist.
|
||||||
|
|
||||||
|
# It is 100% unlikely that a required package is missing because
|
||||||
|
# the information is taken directly from the system. But it is fun
|
||||||
|
# to test for anyways, weirder things have been known to happen.
|
||||||
|
|
||||||
my $required_packages_check = "swim -q @required_packages|";
|
my $required_packages_check = "swim -q @required_packages|";
|
||||||
open (CHECK,$required_packages_check)
|
open (CHECK,$required_packages_check)
|
||||||
or die "Couldn't find any required packages: $?\n";
|
or die "Couldn't find any required packages: $?\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user