commit 333711010a16b6a3761aa0ac97d6f2a1f3cfb714 Author: unix-axwell <30478004+unix-axwell@users.noreply.github.com> Date: Thu May 9 19:05:23 2024 +0200 Add files via upload diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..e28df13 --- /dev/null +++ b/run.sh @@ -0,0 +1,14 @@ +#!/bin/bash +#Author: Radu A. Bogdan - ASIR + +#Update package list +sudo apt update + +#Package installs +sudo apt install -y tldr mc ranger ncdu + +#TLDR resources update +tldr --update + +#Print message +echo "Process Complete!" \ No newline at end of file