added /etc/.netig.conf to remember when config already applied

This commit is contained in:
julien
2025-10-05 16:09:55 +02:00
parent 29bbd3d82d
commit b25ef4e7ad
2 changed files with 18 additions and 2 deletions

View File

@@ -18,5 +18,5 @@ if [ $? -ne 0 ]; then
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
# Install packages
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -y
fi