PSn00bSDK Manager Scripts
Automated installer scripts for PSn00bSDK that handle installation, uninstallation, and update checking.
Quick Start
Linux/macOS
chmod +x psn00bsdk_manager.sh
./psn00bsdk_manager.sh
Windows
psn00bsdk_manager.bat
Features
- Install/Uninstall PSn00bSDK
- Check for updates via GitHub API
- Automatic environment setup
- Interactive menu interface
- Cross-platform support
Requirements
Linux/macOS: CMake 3.21+, wget, unzip, curl, jq, sudo
Windows: Windows 7+, PowerShell, internet connection
Default Paths
- Linux/macOS:
/opt/psn00bsdk - Windows:
C:\psn00bsdk
Menu
1) Install PSn00bSDK - Download and install
2) Uninstall PSn00bSDK - Remove installation
3) Check for updates - Compare with GitHub releases
4) Exit - Quit script
Platform Details
| Linux/macOS | Windows | |
|---|---|---|
| Script | .sh |
.bat |
| Download | *-Linux.zip |
*-win32.zip |
| Environment | Shell profile | Registry |
| Tools | curl + jq | PowerShell |
After Installation
Linux/macOS: source ~/.bashrc
Windows: Restart Command Prompt or computer
Verify:
mipsel-none-elf-gcc --version
Links
Description
Languages
Shell
56%
Batchfile
44%