Skip to content

Commit

Permalink
Added uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
florentdestremau committed Jun 11, 2024
1 parent a9ea970 commit c7fddf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uninstall/php.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sudo add-apt-repository --remove ppa:ondrej/php
sudo apt purge "php8.3*"

sudo rm /usr/local/bin/composer
sudo rm /usr/local/bin/symfony

0 comments on commit c7fddf7

Please sign in to comment.