Proxmox customize shell
🚀 One-Line Download & Execute :
apt update && apt install -y curl && clear && curl -s https://docs.greenhome.stream/attachments/3849 | bash
Option one
Go to the below path
cd /etc/profile.d/
Create file 00_lxc-details.sh
and then create a file 00_lxc-details.sh by editing with nano
nano /etc/profile.d/00_lxc-details.sh
and add the below text and changed according.
echo -e ""
echo -e "Green Home Bookstack LXC Container"
echo -e " 🌐 Provided by: Green Home"
echo ""
echo -e " 🖥️ OS: Debian GNU/Linux - Version: 12"
echo -e " 🏠 Hostname: $(hostname)"
echo -e " 💡 IP Address: $(hostname -I | awk '{print $1}')"
then press Ctrl-x then press Y and press Enter
To save and exit.