From 9503e49749792e6645d2a3ed8d4aae4a4cff6bf7 Mon Sep 17 00:00:00 2001 From: ValkScripter <161381539+ValkScripter@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:28:26 +0000 Subject: [PATCH] Adding setup.sh from the codespace! --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..15f465f --- /dev/null +++ b/setup.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo apt-get update +sudo apt-get install sl +echo "export PATH=\$PATH:/usr/games" >> ~/.bashrc \ No newline at end of file