#!/bin/bash # AG X v2.0.5 — Rebuild .deb from split parts # Usage: Download all ag-x_2.0.5_p_* parts, then run this script cat ag-x_2.0.5_p_* > ag-x_2.0.5_amd64.deb echo "Rebuilt ag-x_2.0.5_amd64.deb ($(du -h ag-x_2.0.5_amd64.deb | cut -f1))" echo "Install with: sudo dpkg -i ag-x_2.0.5_amd64.deb"