This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ============================================================================== | |
# | |
# Ashno Professional Installer & Updater | |
# | |
# This script handles the initial installation and subsequent updates of the | |
# Ashno toolkit. It is designed to be idempotent and safe to re-run. | |
# | |
# ============================================================================== |