diff options
Diffstat (limited to 'pie-rpm.patch')
-rw-r--r-- | pie-rpm.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pie-rpm.patch b/pie-rpm.patch index e73d0ab..bce68f7 100644 --- a/pie-rpm.patch +++ b/pie-rpm.patch @@ -10,3 +10,14 @@ diff -up ./bin/pie.rpm ./bin/pie $container = Container::factory(); +diff -up ./src/Command/SelfUpdateCommand.php.old ./src/Command/SelfUpdateCommand.php +--- ./src/Command/SelfUpdateCommand.php.old 2025-04-15 08:39:08.283938705 +0200 ++++ ./src/Command/SelfUpdateCommand.php 2025-04-15 08:40:47.169189092 +0200 +@@ -66,6 +66,7 @@ final class SelfUpdateCommand extends Co + { + if (! PieVersion::isPharBuild()) { + $output->writeln('<comment>Aborting! You are not running a PHAR, cannot self-update.</comment>'); ++ $output->writeln('<comment>Update the pie RPM using the package manager (dnf).</comment>'); + + return 1; + } |