Skip to content

Commit 9e4579c

Browse files
author
ttasc
committed
update oneline install cmd
1 parent 93b9282 commit 9e4579c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ grep -v '^#' "$GAMES_FILE" | grep -v '^[[:space:]]*$' | while IFS= read -r entry
8585
</div>
8686
<div class="game-footer">
8787
<p class="text-comment font-sm" style="margin-bottom: 0.5rem;">// Install standalone:</p>
88-
<div class="cmd" aria-label="Copy install command for ${TITLE}">curl -fsSL ${BASE_RAW_URL}/${ORG}/${HUB_REPO}/main/install.sh | sh -s -- ${REPO}</div>
88+
<div class="cmd" aria-label="Copy install command for ${TITLE}">curl -fsSL ${BASE_RAW_URL}/${ORG}/${HUB_REPO}/main/scripts/install.sh | sh -s -- ${REPO}</div>
8989
<button class="btn btn-demo" data-demo-url="${DEMO_URL}" aria-label="Watch gameplay demo for ${TITLE}">Watch Demo</button>
9090
</div>
9191
</article>

template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ <h1>GameForLinux</h1>
171171
<div class="window-body">
172172
<h2 id="install-title">Install Everything</h2>
173173
<p>Fetch and install the entire collection (Linux, macOS, BSD):</p>
174-
<div class="cmd" aria-label="Copy install command">curl -fsSL https://raw.githubusercontent.com/ttasc/gameforlinux/main/install.sh | sh</div>
174+
<div class="cmd" aria-label="Copy install command">curl -fsSL https://raw.githubusercontent.com/ttasc/gameforlinux/main/scripts/install.sh | sh</div>
175175

176176
<p class="mt-1 text-comment">// Other useful commands (run in the root directory):</p>
177177
<div class="cmd" aria-label="Copy make test command">make test</div>

0 commit comments

Comments
 (0)