Skip to content
Snippets Groups Projects
Commit f22f613c authored by Sreenath Sasidharan Nair's avatar Sreenath Sasidharan Nair
Browse files

remove pbzip2 installation from startup for highspec

parent 8d76a9ae
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,6 @@
# update yum
yum update -y
# install dependencies
wget $PBZIP_BASE_URL/$PBZIP_PACKAGE
yum install $PBZIP_PACKAGE -y
rm $PBZIP_PACKAGE
# get the SSD device name
device=$(lsblk | grep nvme0n1 | cut -d' ' -f1)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment