diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 04:51:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 04:51:43 +0000 |
commit | 150e4c19df838b9ffbccd3ee43381ed0ddc6bc34 (patch) | |
tree | 651ab5171914ba796c7d42e814bd8eded5546277 /bin | |
parent | Updating. (diff) | |
download | progress-linux-tools-150e4c19df838b9ffbccd3ee43381ed0ddc6bc34.tar.xz progress-linux-tools-150e4c19df838b9ffbccd3ee43381ed0ddc6bc34.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | bin/debian-chroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/debian-chroot b/bin/debian-chroot index 22e4d4c..f36a29e 100755 --- a/bin/debian-chroot +++ b/bin/debian-chroot @@ -172,7 +172,7 @@ EOF Chroot apt dist-upgrade --yes Chroot apt install --yes \ - build-essential debhelper fakeroot + build-essential debhelper fakeroot eatmydata Chroot apt install --yes \ gnupg sudo wget |