We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66aa8df commit dbd7a18Copy full SHA for dbd7a18
suites/focal/raw/raw-setup.sh
@@ -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
@@ -56,11 +56,8 @@ deb $MIRROR $SUITE-backports main restricted universe multiverse
56
# deb-src $MIRROR $SUITE-backports main restricted universe multiverse
57
EOF
58
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"
+# exec $VARIENT-setup.sh
+run_shell_script "$VARIENT-setup.sh"
64
65
# clean any archive if exits
66
apt-get clean
0 commit comments