Skip to content

Commit

Permalink
fix for new PIA script
Browse files Browse the repository at this point in the history
  • Loading branch information
1ccs-todd committed Jul 30, 2023
1 parent 7b30609 commit 2ce704b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/torrents_setup.m4
Expand Up @@ -134,7 +134,7 @@ if echo ${vpninput:0:1} | grep -iq y; then

# Install run PIA scripts
iocage exec __TORRENT_JAIL__ pkg install -y git-tiny
# iocage exec __TORRENT_JAIL__ "git clone https://github.com/1ccs-todd/manual-connections.git /config/pia"
iocage exec __TORRENT_JAIL__ "git clone https://github.com/1ccs-todd/manual-connections.git /config/pia"
iocage exec __TORRENT_JAIL__ "cd /config/pia; ./run_setup.sh"

# Configure PIA service
Expand Down

0 comments on commit 2ce704b

Please sign in to comment.