mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-20 21:39:22 +00:00
slides: code block comment formatting
This will make it easier to copy-paste the whole block used for snap installation
This commit is contained in:
@@ -3951,7 +3951,7 @@ curl -sSL $RELEASEURL/snap-plugins-$SNAPVER-linux-amd64.tar.gz |
|
||||
tar -C /opt -zxf-
|
||||
ln -s snap-$SNAPVER /opt/snap
|
||||
for BIN in snapd snapctl; do ln -s /opt/snap/bin/$BIN /usr/local/bin/$BIN; done
|
||||
' If you copy-paste that block, do not forget that final quote ☺
|
||||
' # If you copy-paste that block, do not forget that final quote ☺
|
||||
```
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user