todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

M1: fix sed for libressl #86

Open tthomaspax8 opened 2 years ago

tthomaspax8 commented 2 years ago
For pkg-config to find libressl you may need to set:
  export PKG_CONFIG_PATH="/opt/homebrew/opt/libressl/lib/pkgconfig"

+ sudo sed -i '\|/usr/local/bin|i ' /etc/paths
sed: -e expression #1, char 19: expected \ after `a', `c' or `i'
+ printReq 'Installing Rust...'
+ theReq='Installing Rust...'
+ printf '\e[1;34m%-6s\e[m' '
Installing Rust...