File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments