Skip to content

Commit fba3c19

Browse files
committed
Fix branch references in documentation
Update all GitHub URLs from 'main' to 'stable' branch in: - README.md: Updated download URLs in Quick Start section - docs/index.html: Updated curl command in installation instructions This aligns the documentation with the stable branch deployment.
1 parent adec451 commit fba3c19

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ For Ubuntu Desktop, see: [github.com/franckferman/ubuntu-post-install](https://g
2121
### Download and Run
2222
```bash
2323
# Download script
24-
curl -O https://raw.githubusercontent.com/franckferman/debian-server-post-install/main/debian-server-post-install.sh
24+
curl -O https://raw.githubusercontent.com/franckferman/debian-server-post-install/stable/debian-server-post-install.sh
2525
chmod +x debian-server-post-install.sh
2626

2727
# Or direct execution (basic profile only - review first!)
28-
curl -fsSL https://raw.githubusercontent.com/franckferman/debian-server-post-install/main/debian-server-post-install.sh | bash
28+
curl -fsSL https://raw.githubusercontent.com/franckferman/debian-server-post-install/stable/debian-server-post-install.sh | bash
2929

3030
# For root users (add --allow-root)
3131
./debian-server-post-install.sh --allow-root
3232

3333
# Direct with arguments (download first)
34-
curl -fsSL https://raw.githubusercontent.com/franckferman/debian-server-post-install/main/debian-server-post-install.sh | bash -s -- --server-profile dev
34+
curl -fsSL https://raw.githubusercontent.com/franckferman/debian-server-post-install/stable/debian-server-post-install.sh | bash -s -- --server-profile dev
3535
```
3636

3737
### Profile Examples

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <h2 class="section-title">Deploy in one command.</h2>
383383

384384
<div style="position: relative; margin: 2rem 0; border-radius: 8px; overflow: hidden;">
385385
<pre style="background: var(--bg2); border: 1px solid var(--border); padding: 1.5rem; font-family: var(--mono); font-size: 0.8rem; line-height: 1.6; overflow-x: auto; white-space: pre-wrap;"># Download and make executable
386-
curl -O https://raw.githubusercontent.com/franckferman/debian-server-post-install/main/debian-server-post-install.sh
386+
curl -O https://raw.githubusercontent.com/franckferman/debian-server-post-install/stable/debian-server-post-install.sh
387387
chmod +x debian-server-post-install.sh
388388

389389
# Review (important!)

0 commit comments

Comments
 (0)