Skip to content

Commit

Permalink
dont del debfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Sep 23, 2024
1 parent 9e9b8cf commit 462784a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ dpkg_ordered() {
deb_file="${tuplet[i+1]}" # The second item (filename)
echo "Installing $deb_file"
dpkg -i "$deb_file"
rm "$deb_file"
#rm "$deb_file"
done
}

Expand Down

0 comments on commit 462784a

Please sign in to comment.