File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2323 - name : Upgrade to PHP 8.3 from PPA and print PHP version
2424 run : |
2525 sudo add-apt-repository ppa:ondrej/php
26- sudo apt update
27- sudo apt install php8.3 php8.3-dom php8.3-pdo php8.3-sqlite3 php8.3-mysql php8.3-curl php8.3-intl php8.3-mbstring php8.3-cli php8.3-fpm
26+ sudo apt -o Dpkg::Progress-Fancy=0 update
27+ sudo apt -o Dpkg::Progress-Fancy=0 install php8.3 php8.3-dom php8.3-pdo php8.3-sqlite3 php8.3-mysql php8.3-curl php8.3-intl php8.3-mbstring php8.3-cli php8.3-fpm
2828 sudo update-alternatives --set php /usr/bin/php8.3
2929 which php
3030 php --version
5858 - name : Install kronolith calendar app
5959 run : composer require horde/kronolith --prefer-dist --no-progress
6060 - name : Install whups ticketing app
61- run : composer require horde/kronolith --prefer-dist --no-progress
61+ run : composer require horde/whups --prefer-dist --no-progress
62+ - name : Install trean bookmarks app
63+ run : composer require horde/trean --prefer-dist --no-progress
6264
6365 # Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
6466 # Docs: https://getcomposer.org/doc/articles/scripts.md
You can’t perform that action at this time.
0 commit comments