Skip to content

Instantly share code, notes, and snippets.

@philoSurfer
Last active May 3, 2023 19:40
Show Gist options
  • Save philoSurfer/af66da01edde84c82c3c7406910ca011 to your computer and use it in GitHub Desktop.
Save philoSurfer/af66da01edde84c82c3c7406910ca011 to your computer and use it in GitHub Desktop.
## once Ubuntu 22.04 is installed :
sudo apt update;
sudo apt install php8.1 php-xml php-curl composer;
## Then once those are installed:
mkdir -p ~/terminus && cd ~/terminus;
curl -L https://github.com/pantheon-systems/terminus/releases/download/3.1.5/terminus.phar --output terminus;
chmod +x terminus;
./terminus self:update
sudo ln -s ~/terminus/terminus /usr/local/bin/terminus;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment