Script for Ruby with openssl3 install

This commit is contained in:
Andrew Tomaka 2022-11-04 21:06:26 -04:00
parent 074e0891ac
commit ceaa139ea0
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 23 additions and 4 deletions

View file

@ -16,7 +16,7 @@ install_homebrew() {
install_shared_applications() {
brew install direnv fzf git stow the_silver_searcher tmux \
vim zsh rbenv ruby-build tfenv nodenv node-build tig libpq gnupg llvm \
awscli cmake jq watch gh nvim
awscli cmake jq watch gh nvim openssl@1.1 openssl@3 readline libyaml gmp
install_alacritty_terminfo
install_rust
@ -87,7 +87,7 @@ install_linux() {
packages="build-essential procps curl file git cmake pkg-config\
libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev\
libxkbcommon-dev python3"
libxkbcommon-dev python3 libssl-dev xclip"
dpkg -s $packages >/dev/null 2>&1 \
|| sudo apt-get install --assume-yes $packages