warp-cli icon indicating copy to clipboard operation
warp-cli copied to clipboard

Rocky 8 automated install

Open vphan13 opened this issue 3 years ago • 0 comments

Can you add the following to the install.sh to enable automated install for Rocky 8? ## Rocky elif [[ $osname == 'rocky' ]]; then # Install Dependencies yum -y install epel-release && \ yum -y --enablerepo=powertools install git python38 cmake boost-devel openssl jemalloc glog-devel double-conversion-devel make automake gcc gcc-c++ kernel-devel gtest-devel openssl-devel libeven t-devel

vphan13 avatar Sep 09 '22 17:09 vphan13