⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
unattended-upgrades.config
#!/bin/sh set -e AUTO_UPGRADE="/etc/apt/apt.conf.d/20auto-upgrades" # Source debconf library. . /usr/share/debconf/confmodule # Load configuration from disk, if it exists. if [ -e "$AUTO_UPGRADE" ]; then if grep -q 'APT::Periodic::Unattended-Upgrade "1";' $AUTO_UPGRADE ; then db_set unattended-upgrades/enable_auto_updates true elif grep -q 'APT::Periodic::Unattended-Upgrade "0";' $AUTO_UPGRADE ; then db_set unattended-upgrades/enable_auto_updates false fi fi db_input low unattended-upgrades/enable_auto_updates || true db_go