File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 60
60
61
61
# set up pv
62
62
lshout " Setting up pv..."
63
- cp $ROOT_DIR /core/pv/pv-${t_arch} .deb $chroot_dir
64
- run_cmd " dpkg -i /pv-${t_arch} .deb"
65
- run_cmd " rm /pv-${t_arch} .deb"
63
+ # cp $ROOT_DIR/core/pv/pv-${t_arch}.deb $chroot_dir
64
+ # run_cmd "dpkg -i /pv-${t_arch}.deb"
65
+ # run_cmd "rm /pv-${t_arch}.deb"
66
+ run_cmd " apt update"
67
+ run_cmd " apt install pv -y"
68
+ run_cmd " apt clean"
66
69
67
70
# clean any archive if exits
68
71
apt-get clean
Original file line number Diff line number Diff line change 54
54
55
55
# set up pv
56
56
lshout " Setting up pv..."
57
- cp $ROOT_DIR /core/pv/pv- ${t_arch} .deb $chroot_dir
58
- run_cmd " dpkg -i /pv- ${t_arch} .deb "
59
- run_cmd " rm /pv- ${t_arch} .deb "
57
+ run_cmd " apt update "
58
+ run_cmd " apt install pv -y "
59
+ run_cmd " apt clean "
60
60
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments