Update Station is a GUI application for managing software updates on GhostBSD-based systems. It provides a user-friendly interface to check for updates, install updates, and handle system upgrades.
- Tray Icon Notification: Displays a tray icon to notify users about available updates.
- Update Management: Check for and install software updates with ease.
- Boot Environment Backup: Create and manage boot environment backups before updating.
- Major System Upgrades: Handle major system version upgrades seamlessly.
- Detailed Progress Tracking: View detailed progress of update and upgrade processes.
- Error Handling: Provides clear error messages and guidance if updates fail.
-
Install Dependencies: Ensure you have the necessary dependencies installed:
pkg install libappindicator
-
Clone the Repository:
git clone <repository-url> cd update-station
-
Make the Script Executable:
chmod +x update-station
-
Run the Application:
sudo ./update-station
To start Update Station, simply run:
sudo ./update-station
To open the update window directly from the command line, use:
sudo ./update-station open-update
We welcome contributions! Please fork the repository and submit pull requests for any enhancements or bug fixes.