Skip to content

This is my Script I use to make symlinks from zurg mount to my blackhole folder.

Notifications You must be signed in to change notification settings

tjelite1986/Real-Debrid-Scripts

Repository files navigation

Real-Debrid-Scripts

This is my Script I use to make symlinks from zurg mount to my blackhole folder.

How to start the menu Script

when you are in the scripts directory do this command:

sudo chmod u+x *

To run the script do this command:

./menu.sh

This is my directory setup:

/mnt/plex
/mnt/symlinks
/mnt/zurg

so you need to changes this if you have a different location. Edit and change it in all script files.

How to add the script so you can do a command in the terminal. Ubuntu Server add a bin folder to ~/

mkdir ~/bin

Move the script you want to use. I use the 2 blackhole scripts.

mv symlinks-to-blackhole-radarr.sh ~/bin/br
mv symlinks-to-blackhole-sonarr.sh ~/bin/bs

do this command to both files to

sudo chmod u+x ~/bin/br
sudo chmod u+x ~/bin/bs

Add this line at the bottom of this file.

nano .bash_profile
export PATH=$PATH:~/bin

Save and exit logout from terminal and login and now when you use the scripts from terminal.

Create symlinks to blackhole Radarr

br

Create symlinks to blackhole Sonarr

bs

About

This is my Script I use to make symlinks from zurg mount to my blackhole folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages