Skip to content

Commit

Permalink
feat: add new alias (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALameLlama authored Jan 22, 2024
1 parent 5efa8bd commit 3735096
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ function php82() {
sudo update-alternatives --set phpize /usr/bin/phpize8.2
}

function php83() {
sudo update-alternatives --set php /usr/bin/php8.3
sudo update-alternatives --set php-config /usr/bin/php-config8.3
sudo update-alternatives --set phpize /usr/bin/phpize8.3
}

function serve-apache() {
if [[ "$1" && "$2" ]]
then
Expand Down

0 comments on commit 3735096

Please sign in to comment.