From 336f041e27058fbe943a291add51c71d92c3859b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 25 May 2024 19:33:41 -0700 Subject: [PATCH] Counts as configuration --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e7ed9b9..4003a9c 100644 --- a/install.sh +++ b/install.sh @@ -20,8 +20,8 @@ sudo snap install 1password spotify vlc zoom-client signal-desktop pinta source install/*.sh # Configuration +gh auth login # Start -gh auth login docker run -d --restart unless-stopped -p 3306:3306 --name=mysql8 -e MYSQL_ROOT_PASSWORD= -e MYSQL_ALLOW_EMPTY_PASSWORD=true mysql:8 docker run -d --restart unless-stopped -p 6379:6379 --name=redis redis