first commit

This commit is contained in:
2024-06-17 17:23:36 +02:00
commit de1fccfd00
16 changed files with 115 additions and 0 deletions

6
install/app-unrarall.sh Normal file
View File

@@ -0,0 +1,6 @@
cd /tmp
wget -O unrarall https://raw.githubusercontent.com/arfoll/unrarall/master/unrarall
sudo chmod 0777 unrarall
sudo chown root:root unrarall
sudo mv unrarall /usr/bin/unrarall
cd -