Skip to content

Commit 07eb233

Browse files
new tarball size optimisation technique ?
1 parent 2f8f5ef commit 07eb233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/default/mate/extra-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function if_found_install_extras() {
3030
if [ -f $include_file ]; then
3131
list_parser "$include_file"
3232
if [ -n "$include_list" ]; then
33-
apt install -y --force-yes "$include_list"
33+
apt install -y --force-yes --no-install-recommends "$include_list"
3434
else
3535
echo "No extra packages to install. FileEmpty.."
3636
fi

0 commit comments

Comments
 (0)