Skip to content

Commit 19666cc

Browse files
committed
Update instructions
1 parent bc6bcfa commit 19666cc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Recommended.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Feel free to swap out recommended software with another alternative.
66
## Software
77

88
- Docker: https://docs.docker.com/engine/install/ubuntu/
9-
- Docker Compose: https://docs.docker.com/compose/install/compose-plugin/#install-using-the-repository
9+
- Docker Compose: https://docs.docker.com/compose/install/linux/#install-using-the-repository
1010
- gcloud CLI and `kubectl`: https://cloud.google.com/sdk/docs/install#deb (install `google-cloud-cli-gke-gcloud-auth-plugin`, not `google-cloud-sdk-*`)
1111
- Keybase: https://keybase.io/docs/the_app/install_linux
1212
- Lynis (System hardening): https://packages.cisofy.com/community/#debian-ubuntu
@@ -47,14 +47,6 @@ tee -a ~/.bashrc <<EOF
4747
export GOPATH=~/go
4848
export GO111MODULE=on
4949
EOF
50-
51-
# Setup directories for pgAdmin
52-
# See https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html#mapped-files-and-directories
53-
mkdir -p ~/.config/pgadmin ~/Documents/pgAdmin
54-
sudo chown -R 5050:5050 ~/.config/pgadmin ~/Documents/pgAdmin
55-
56-
# Install Docker Compose file
57-
ln -fs $(pwd)/docker-compose.yml ~/docker-compose.yml
5850
```
5951

6052
### Ubuntu

0 commit comments

Comments
 (0)