Skip to content

Commit dbd7a18

Browse files
fix: issue with pv while packaging
1 parent 66aa8df commit dbd7a18

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

suites/focal/raw/raw-setup.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
apt-get update
4+
apt-get upgrade -y
5+
apt-get install pv -y
6+
apt-get clean

suites/focal/raw/raw.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,8 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
5656
# deb-src $MIRROR $SUITE-backports main restricted universe multiverse
5757
EOF
5858

59-
# set up pv
60-
lshout "Setting up pv..."
61-
cp $ROOT_DIR/core/pv/pv-${t_arch}.deb $chroot_dir
62-
run_cmd "dpkg -i /pv-${t_arch}.deb"
63-
run_cmd "rm /pv-${t_arch}.deb"
59+
# exec $VARIENT-setup.sh
60+
run_shell_script "$VARIENT-setup.sh"
6461

6562
# clean any archive if exits
6663
apt-get clean

0 commit comments

Comments
 (0)