escaped double quotes
This commit is contained in:
@@ -19,7 +19,7 @@ if [[ ! -f /etc/apt/keyrings/docker.gpg ]]
|
||||
systemctl start docker.service
|
||||
systemctl start containerd.service
|
||||
echo "{" > /etc/docker/daemon.json
|
||||
echo " "storage-driver": "fuse-overlayfs"" >> /etc/docker/daemon.json
|
||||
echo " \"storage-driver\": \"fuse-overlayfs\"" >> /etc/docker/daemon.json
|
||||
echo "}" >> /etc/docker/daemon.json
|
||||
systemctl restart docker.service
|
||||
curl -s https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash
|
||||
|
||||
Reference in New Issue
Block a user