Script for Ruby with openssl3 install
This commit is contained in:
parent
074e0891ac
commit
ceaa139ea0
3 changed files with 23 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue