fix stuff + add stuff

This commit is contained in:
ashley 2025-10-01 01:45:10 +02:00
parent df962d5ea1
commit 894d14d8f4

View File

@ -1,5 +1,5 @@
#!/bin/bash
path=/root/globe/services/invidious
path=/your/path/here/
opts=("Switch to router VPN" "Switch to Cloudflare VPN" "Exit")
PS3="Choose an option:"
select o in "${opts[@]}"