Skip to content

Commit a86356b

Browse files
authored
docs(versioning): pin setup script to a stable commit in docs (#97)
* pin to latest commit * remove readme changes
1 parent 8b37d61 commit a86356b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/pages/docs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ import Layout from '../layouts/Layout.astro';
6969
<section id="installation" class="docs-section">
7070
<h2>1.2 Installation</h2>
7171
<p>Either open terminal on the Raspberry Pi's desktop environment, or remote login to it; and run the following command:</p>
72-
<div class="code-block" data-code="curl -sSL https://raw.githubusercontent.com/debloper/piosk/main/scripts/setup.sh | sudo bash -">
72+
<div class="code-block" data-code="curl -sSL https://raw.githubusercontent.com/debloper/piosk/d586dfa833187df34de8e8345b85c8d27be8bdc9/scripts/setup.sh | sudo bash -">
7373
<div class="code-header">
7474
<span class="code-language">bash</span>
7575
<button class="copy-button" onclick="copyCode(this)">

0 commit comments

Comments
 (0)