Skip to content

Commit

Permalink
delete deb after dpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Oct 2, 2024
1 parent 057186d commit 0252f37
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 @@ -549,7 +549,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 0252f37

Please sign in to comment.