updated assemble.sh to update Labels.txt when building script

This commit is contained in:
Armin Briegel
2022-05-18 10:36:39 +02:00
parent 9b229085bd
commit b99c2619f4

View File

@@ -127,6 +127,8 @@ if [[ $buildScript -eq 1 ]]; then
echo "# copying script to $repo_dir/Installomator.sh" echo "# copying script to $repo_dir/Installomator.sh"
cp $destination_file $repo_dir/Installomator.sh cp $destination_file $repo_dir/Installomator.sh
chmod 755 $repo_dir/Installomator.sh chmod 755 $repo_dir/Installomator.sh
# also update Labels.txt
$repo_dir/Installomator.sh | tail -n +2 > $repo_dir/Labels.txt
fi fi
# build a pkg when flag is set # build a pkg when flag is set