mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
add some comments
This commit is contained in:
parent
60866cad50
commit
a7061f79bf
@ -2,6 +2,13 @@
|
||||
|
||||
while ! ping -c 1 9.9.9.9 > /dev/null 2>&1; do sleep 0.5; done
|
||||
|
||||
# "~/.local/share/channels.txt" looks like below:
|
||||
# Luke Smith=https://www.youtube.com/@LukeSmithxyz/videos
|
||||
# Mental Outlaw=https://www.youtube.com/@MentalOutlaw/videos
|
||||
|
||||
# ~/.local/share/categories.txt looks like below:
|
||||
# Tech=Luke Smith|Mental Outlaw
|
||||
|
||||
INSTALLER="sudo pacman -S --noconfirm"
|
||||
DATA_DIR="$HOME/.cache/youtube_channels"
|
||||
CHANNEL_LIST="$HOME/.local/share/channels.txt"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user