Skip to content

Instantly share code, notes, and snippets.

View ale-softplace's full-sized avatar
😃

SoftPlace Software ale-softplace

😃
View GitHub Profile
@jgaydos
jgaydos / ubuntu18.04_php7.3_sqlsrv.sh
Last active November 21, 2022 21:02
Ubuntu 18.04 + PHP7.3 + SQLSRV
#!/bin/bash
#ubuntu 18.04
#php7.3
# install php ppa
apt -y install software-properties-common
add-apt-repository ppa:ondrej/php -y
apt update