Add files via upload

This commit is contained in:
unix-axwell
2024-05-09 19:05:23 +02:00
committed by GitHub
commit 333711010a

14
run.sh Normal file
View File

@@ -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!"