switch to linux

This commit is contained in:
Paul Trowbridge 2018-04-12 14:00:19 -04:00
parent 9631d7d41c
commit 72ee692010
8 changed files with 190 additions and 171 deletions

15
bash.md Normal file
View File

@ -0,0 +1,15 @@
Update PostgreSQL
------------------------------------------------------------------------------------------------------------
wget -q https://www.postgresql.org/media/keys/ACCC4CF8.asc -O - | sudo apt-key add -
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" >> /etc/apt/sources.list.d/pgdg.list'
sudo apt-get update
sudo apt-get install postgres-10
sudo su - postgres
psql

View File

@ -45,3 +45,7 @@ A method to planning sales
| load changes | 1 | 19 | executor |
| identify new products | 3 | 22 | sales team |
| load new | 1 | 23 | executor |
Table Layout