mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-27 05:45:54 +03:00
[PR #107] [MERGED] Release/version 4: Documentation Update #109
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debloper/xiosk/pull/107
Author: @parthsidpara
Created: 9/2/2025
Status: ✅ Merged
Merged: 9/2/2025
Merged by: @debloper
Base:
main← Head:release/version-4📝 Commits (4)
48d5387update curl command to v4 in readme and docs35a2a75update readme and docsa6cf38bUpdate 64-bit OS Assumption in README.md950d4ebupdate setup script - checkout to latest release📊 Changes
3 files changed (+29 additions, -20 deletions)
View changed files
📝
README.md(+8 -7)📝
scripts/setup.sh(+17 -7)📝
www/src/pages/docs.astro(+4 -6)📄 Description
This PR Updates documentation for PiOSK v4.0.0
Updates:
The installation command has been updated to point to version
v4.0.0curl -sSL https://raw.githubusercontent.com/debloper/piosk/v4.0.0/scripts/setup.sh | sudo bash -Note: GitHub's raw content URLs require a specific reference, like a version tag (
v4.0.0) or a branch name (main), as they do not support a dynamiclatestkeyword.Removed the warning - "You can change the per-page timeout from
scripts/switcher.sh"because from v4 onward, this can be changed directly from the dashboard.
Update assumption - Raspberry Pi OS (64bit) is now mandatory requirement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.