DEBSOURCES
Skip Quicknav
sources / awesomeversion / 25.8.0-1 / script / setup
1234567891011
#!/bin/sh # script/setup: Set up project for first-time use after cloning set -e cd "$(dirname "$0")/.." script/bootstrap echo "==> App is now ready to go!"