Rename UBK to Ubuntu Based Kiosk and rename main install script

- Rename install_kiosk_v0.9.9.1.sh to ubuntu-based-kiosk.sh
- Update all repository URLs from ubk to ubuntu-based-kiosk
- Remove UBK abbreviation from documentation and script headers
- Update installation instructions in Readme.md
This commit is contained in:
Claude
2025-12-30 05:28:48 +00:00
parent d42bd363be
commit 96747fa411
5 changed files with 23 additions and 23 deletions
+15 -15
View File
@@ -1,9 +1,9 @@
# Ubuntu Based Kiosk (UBK) # Ubuntu Based Kiosk
**Current Version:** 0.9.9 (check script header for latest version) **Current Version:** 0.9.9 (check script header for latest version)
**Built with Claude Sonnet 4/.5 AI assistance** **Built with Claude Sonnet 4/.5 AI assistance**
**License:** GPL v3 - Keep derivatives open source **License:** GPL v3 - Keep derivatives open source
**Repository:** https://github.com/outis1one/ubk/ **Repository:** https://github.com/outis1one/ubuntu-based-kiosk/
--- ---
@@ -48,9 +48,9 @@ Home/office kiosk for reusing old hardware, displaying:
# Enable SSH during installation # Enable SSH during installation
# Download and run installer # Download and run installer
wget https://github.com/outis1one/ubk/raw/main/install_kiosk_v0.9.8.sh wget https://github.com/outis1one/ubuntu-based-kiosk/raw/main/ubuntu-based-kiosk.sh
chmod +x install_kiosk_v0.9.8.sh chmod +x ubuntu-based-kiosk.sh
./install_kiosk_v0.9.8.sh ./ubuntu-based-kiosk.sh
``` ```
The installer will guide you through configuration during setup. The installer will guide you through configuration during setup.
@@ -393,7 +393,7 @@ smb://WORKGROUP/COMPUTER/PrinterName
```bash ```bash
# Run installer script again to access menu # Run installer script again to access menu
./install_kiosk_v0.9.8.sh ./ubuntu-based-kiosk.sh
# Menu structure: # Menu structure:
# 1. Core Settings - Sites, WiFi, schedules, passwords, full reinstall, complete uninstall # 1. Core Settings - Sites, WiFi, schedules, passwords, full reinstall, complete uninstall
@@ -408,7 +408,7 @@ The Easy Asterisk Intercom addon provides voice communication capabilities to yo
**Access the addon menu:** **Access the addon menu:**
```bash ```bash
./install_kiosk_v0.9.8.sh ./ubuntu-based-kiosk.sh
# Select: 2) Addons # Select: 2) Addons
# Then: 4) Easy Asterisk Intercom # Then: 4) Easy Asterisk Intercom
``` ```
@@ -438,7 +438,7 @@ asterisk -rvvv
systemctl restart asterisk systemctl restart asterisk
# Configure intercom (rerun installation to update) # Configure intercom (rerun installation to update)
./install_kiosk_v0.9.8.sh ./ubuntu-based-kiosk.sh
# Select: 2) Addons → 4) Easy Asterisk Intercom # Select: 2) Addons → 4) Easy Asterisk Intercom
``` ```
@@ -822,7 +822,7 @@ Full system cleanup that removes all kiosk components and restores the system to
**Access:** **Access:**
```bash ```bash
# Core Settings menu → option 11 # Core Settings menu → option 11
./install_kiosk_0.9.8.sh ./ubuntu-based-kiosk.sh
# Choose: Core Settings → Complete Uninstall # Choose: Core Settings → Complete Uninstall
``` ```
@@ -950,9 +950,9 @@ This project bundles or installs several open-source components under their resp
--- ---
## UBK Project License ## Ubuntu Based Kiosk Project License
The UBK installer script and original code components are licensed under **GPL-3.0-or-later**. The Ubuntu Based Kiosk installer script and original code components are licensed under **GPL-3.0-or-later**.
See the LICENSE file in the repository for full terms. See the LICENSE file in the repository for full terms.
@@ -1005,9 +1005,9 @@ Contributions welcome! Please:
## Support & Community ## Support & Community
- **Repository:** https://github.com/outis1one/ubk/ - **Repository:** https://github.com/outis1one/ubuntu-based-kiosk/
- **Issues:** https://github.com/outis1one/ubk/issues - **Issues:** https://github.com/outis1one/ubuntu-based-kiosk/issues
- **Discussions:** https://github.com/outis1one/ubk/discussions - **Discussions:** https://github.com/outis1one/ubuntu-based-kiosk/discussions
--- ---
@@ -1015,7 +1015,7 @@ Contributions welcome! Please:
Built with assistance from **Claude Sonnet 4/.5** (Anthropic AI) Built with assistance from **Claude Sonnet 4/.5** (Anthropic AI)
Special thanks to the maintainers of all upstream projects that make UBK possible. Special thanks to the maintainers of all upstream projects that make Ubuntu Based Kiosk possible.
--- ---
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
################################################################################ ################################################################################
### Ubuntu Based Kiosk (UBK) v0.9.7-3 ### ### Ubuntu Based Kiosk v0.9.7-3 ###
################################################################################ ################################################################################
# #
# RELEASE v0.9.7-3 - Install improvements & management features # RELEASE v0.9.7-3 - Install improvements & management features
@@ -11,7 +11,7 @@
# #
# Built with Claude Sonnet 4/.5 AI assistance # Built with Claude Sonnet 4/.5 AI assistance
# License: GPL v3 - Keep derivatives open source # License: GPL v3 - Keep derivatives open source
# Repository: https://github.com/outis1one/ubk/ # Repository: https://github.com/outis1one/ubuntu-based-kiosk/
# #
# TARGET SYSTEMS: # TARGET SYSTEMS:
# - Ubuntu 24.04+ Server (minimal install recommended) # - Ubuntu 24.04+ Server (minimal install recommended)
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
################################################################################ ################################################################################
### Ubuntu Based Kiosk (UBK) v0.9.7-4 ### ### Ubuntu Based Kiosk v0.9.7-4 ###
################################################################################ ################################################################################
# #
# RELEASE v0.9.7-4 - Navigation Menu & Gesture Improvements # RELEASE v0.9.7-4 - Navigation Menu & Gesture Improvements
@@ -12,7 +12,7 @@
# #
# Built with Claude Sonnet 4/.5 AI assistance # Built with Claude Sonnet 4/.5 AI assistance
# License: GPL v3 - Keep derivatives open source # License: GPL v3 - Keep derivatives open source
# Repository: https://github.com/outis1one/ubk/ # Repository: https://github.com/outis1one/ubuntu-based-kiosk/
# #
# TARGET SYSTEMS: # TARGET SYSTEMS:
# - Ubuntu 24.04+ Server (minimal install recommended) # - Ubuntu 24.04+ Server (minimal install recommended)
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
################################################################################ ################################################################################
### Ubuntu Based Kiosk (UBK) v0.9.7-5 ### ### Ubuntu Based Kiosk v0.9.7-5 ###
################################################################################ ################################################################################
# #
# RELEASE v0.9.7-5 - Maintenance & Polish Update # RELEASE v0.9.7-5 - Maintenance & Polish Update
@@ -12,7 +12,7 @@
# #
# Built with Claude Sonnet 4/.5 AI assistance # Built with Claude Sonnet 4/.5 AI assistance
# License: GPL v3 - Keep derivatives open source # License: GPL v3 - Keep derivatives open source
# Repository: https://github.com/outis1one/ubk/ # Repository: https://github.com/outis1one/ubuntu-based-kiosk/
# #
# TARGET SYSTEMS: # TARGET SYSTEMS:
# - Ubuntu 24.04+ Server (minimal install recommended) # - Ubuntu 24.04+ Server (minimal install recommended)
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
################################################################################ ################################################################################
### Ubuntu Based Kiosk (UBK) v0.9.9.1 ### ### Ubuntu Based Kiosk v0.9.9.1 ###
################################################################################ ################################################################################
# #
# RELEASE v0.9.9.1 - Silent Upgrade & Power Button Fixes # RELEASE v0.9.9.1 - Silent Upgrade & Power Button Fixes
@@ -27,7 +27,7 @@
# #
# Built with Claude Sonnet 4/.5 AI assistance # Built with Claude Sonnet 4/.5 AI assistance
# License: GPL v3 - Keep derivatives open source # License: GPL v3 - Keep derivatives open source
# Repository: https://github.com/outis1one/ubk/ # Repository: https://github.com/outis1one/ubuntu-based-kiosk/
# #
# TARGET SYSTEMS: # TARGET SYSTEMS:
# - Ubuntu 24.04+ Server (minimal install recommended) # - Ubuntu 24.04+ Server (minimal install recommended)