mirror of https://github.com/openXC7/prjxray.git
infra: ptybandage wasn't needed in the end.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
8d65b6921d
commit
c12d3a02b1
|
|
@ -36,12 +36,6 @@ echo "----------------------------------------"
|
||||||
|
|
||||||
(
|
(
|
||||||
cd /tmp
|
cd /tmp
|
||||||
# Download ptyget to enable ptybandage.
|
|
||||||
wget https://storage.googleapis.com/prjxray-deps-debs/ptyget_6_amd64.deb
|
|
||||||
sudo dpkg --install ptyget_6_amd64.deb
|
|
||||||
which ptybandage
|
|
||||||
ptybandage --help || true
|
|
||||||
|
|
||||||
# Upgrade pstree to support the -T flag.
|
# Upgrade pstree to support the -T flag.
|
||||||
wget https://storage.googleapis.com/prjxray-deps-debs/psmisc_23.2-1_amd64.deb
|
wget https://storage.googleapis.com/prjxray-deps-debs/psmisc_23.2-1_amd64.deb
|
||||||
sudo dpkg --install psmisc_23.2-1_amd64.deb
|
sudo dpkg --install psmisc_23.2-1_amd64.deb
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue