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 6060
6161# set up pv
6262lshout " 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"
6669
6770# clean any archive if exits
6871apt-get clean
Original file line number Diff line number Diff line change 5454
5555# set up pv
5656lshout " 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 "
6060
6161}
6262
You can’t perform that action at this time.
0 commit comments