Skip to content

Commit 64e26cd

Browse files
committed
fix warning
1 parent 424b5b4 commit 64e26cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_posts/2023-12-18-adding-figurine-to-login.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ To do this quickly and use the hostname for the login message, you can use thise
1212

1313
> Don't just take my word for it. Always inspect the code that will be running on your machines, especially from an untrusted and unsigned source.
1414
{: .prompt-warning }
15+
1516
```bash
1617
curl https://gist.githubusercontent.com/binarypatrick/2e33d8d3c79210dc74077627cb0deb9c/raw/ | sudo bash
1718
```

_posts/2025-07-07-systemd remounting-service-.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ systemctl status remount-share.timer && systemctl status remount-share.service
9696
All of this has been scripted to make it more convenient.
9797

9898
> Don't just take my word for it. Always inspect the code that will be running on your machines, especially from an untrusted and unsigned source.
99-
> {: .prompt-warning }
99+
{: .prompt-warning }
100100

101101
```bash
102102
curl https://gist.githubusercontent.com/binarypatrick/d96331537d2976c3a05ce335b00697ca/raw | sudo bash -s -- "some_share_name"

0 commit comments

Comments
 (0)