Skip to content

Commit

Permalink
Adding setup.sh from the codespace!
Browse files Browse the repository at this point in the history
  • Loading branch information
ValkScripter committed Dec 6, 2024
1 parent 6fee621 commit 9503e49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

sudo apt-get update
sudo apt-get install sl
echo "export PATH=\$PATH:/usr/games" >> ~/.bashrc

0 comments on commit 9503e49

Please sign in to comment.