drops revisó este gist 4 months ago. Ir a la revisión
1 file changed, 2 insertions, 2 deletions
gistfile1.txt
| @@ -6,5 +6,5 @@ rm -rf /etc/cloud | |||
| 6 | 6 | apt purge unattended-upgrades | |
| 7 | 7 | rm -rf /var/log/unattended-upgrades | |
| 8 | 8 | apt autoremove -y | |
| 9 | - | apt install netplan.io | |
| 10 | - | apt install isc-dhcp-client | |
| 9 | + | apt install netplan.io -y | |
| 10 | + | apt install isc-dhcp-client -y | |
drops revisó este gist 4 months ago. Ir a la revisión
1 file changed, 10 insertions
gistfile1.txt(archivo creado)
| @@ -0,0 +1,10 @@ | |||
| 1 | + | cloud-init clean --logs | |
| 2 | + | touch /etc/cloud/cloud-init.disabled | |
| 3 | + | rm -rf /etc/netplan/50-cloud-init.yaml | |
| 4 | + | apt purge cloud-init -y | |
| 5 | + | rm -rf /etc/cloud | |
| 6 | + | apt purge unattended-upgrades | |
| 7 | + | rm -rf /var/log/unattended-upgrades | |
| 8 | + | apt autoremove -y | |
| 9 | + | apt install netplan.io | |
| 10 | + | apt install isc-dhcp-client | |