diff options
Diffstat (limited to 'cleanoldrpm')
-rwxr-xr-x | cleanoldrpm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cleanoldrpm b/cleanoldrpm index 95db69e..6639b2b 100755 --- a/cleanoldrpm +++ b/cleanoldrpm @@ -17,6 +17,7 @@ $multi = [ 'redis' => 3, // redis/6.2 'composer' => 1, // composer/2 'phan' => 1, // phan/3 + 'remi-release' => 3, // remi-release/8.5 ]; if (isset($_SERVER['argv'][1])) { $keep = (int)$_SERVER['argv'][1]; |