mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update download-and-test-external.yml
This commit is contained in:
@@ -226,6 +226,7 @@ jobs:
|
||||
echo "</details>" >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
# repack deb files
|
||||
sudo apt-get install devscripts
|
||||
DEBS=($(find "${SOURCE}"* -type f -name "thunderbird_*.deb" -o -name "firefox_*.deb" -o -name "chromium*.deb"))
|
||||
for d in ${DEBS[@]}; do
|
||||
BEFORE=$(deb-reversion -c ${d} -s armbian)
|
||||
|
||||
Reference in New Issue
Block a user