Skip to content

Commit

Permalink
Update taps, release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 28, 2022
1 parent 04e7a46 commit d3cf44a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### 1.0.6: 2022-11-28

* Remove derepcated homebrew/dupes and homebrew/versions taps (part of homebrew/core)
* Remove deprecated LaunchAgents
* Change deprecated homebrew/homebrew-php to shivammathur/php
* Fix install commands for php@7.4

### 1.0.5: 2022-08-16

Expand Down
7 changes: 2 additions & 5 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,8 @@ sudo ln -sfnv ${HOMEBREW_PATH}/etc/nginx/sites-available/default ${HOMEBREW_PATH
sudo cp "${HOMEBREW_PATH}/Cellar/nginx/1.23.1/html/index.html /var/www/"
sudo chown -R $(whoami):staff /var/www
echo "${yellow}Installing PHP.${txtreset}"
brew tap homebrew/homebrew-php
brew install php@7.4
mkdir -p ~/Library/LaunchAgents
cp /usr/local/opt/php@7.4/homebrew.mxcl.php@7.4.plist ~/Library/LaunchAgents/
sudo launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.php\@7.4.plist
brew tap shivammathur/php
brew install shivammathur/php/php@@7.4
lsof -Pni4 | grep LISTEN | grep php
sudo ln -s /System/Volumes/Data/opt/homebrew/etc/php /etc/PHP
sudo echo "export PATH=\"\$(brew --prefix php@7.4)/bin:\$PATH\"" >> ~/.bash_profile
Expand Down

0 comments on commit d3cf44a

Please sign in to comment.