From 1a2eb946d630f542132cc13c04b48da7b4fb8c10 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 18 Dec 2024 16:44:55 +0000 Subject: [PATCH] Update 4-personalize-codespace.md sl command was not working. --- .github/steps/4-personalize-codespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/steps/4-personalize-codespace.md b/.github/steps/4-personalize-codespace.md index e6916a5..6dd1015 100644 --- a/.github/steps/4-personalize-codespace.md +++ b/.github/steps/4-personalize-codespace.md @@ -44,7 +44,7 @@ Let's see how this works! #!/bin/bash sudo apt-get update - sudo apt-get install sl + sudo apt-get install -y sl echo "export PATH=\$PATH:/usr/games" >> ~/.bashrc ```