feat(posts): modify mike's image and add author to bp
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 131 B |
@@ -3,6 +3,7 @@ date: 2022-07-27
|
|||||||
toc: true
|
toc: true
|
||||||
title: Proxmox setup
|
title: Proxmox setup
|
||||||
tags: ["blogpost", "homelab"]
|
tags: ["blogpost", "homelab"]
|
||||||
|
author: "Alexandre"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
@@ -40,4 +41,4 @@ I have removed the nag by running this command (as `root`):
|
|||||||
cat << EOF > /etc/apt/apt.conf.d/no-nag-script
|
cat << EOF > /etc/apt/apt.conf.d/no-nag-script
|
||||||
DPkg::Post-Invoke { "dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ $? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi"; };
|
DPkg::Post-Invoke { "dpkg -V proxmox-widget-toolkit | grep -q '/proxmoxlib\.js$'; if [ $? -eq 1 ]; then { echo 'Removing subscription nag from UI...'; sed -i '/data.status/{s/\!//;s/Active/NoMoreNagging/}' /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js; }; fi"; };
|
||||||
EOF
|
EOF
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user