summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/upd
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local/bin/upd')
-rwxr-xr-xhome/xyz/.local/bin/upd9
1 files changed, 1 insertions, 8 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index c56c307e..7dd9aef4 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -4,7 +4,6 @@ all () {
fast
userjs
clean
- qb
refl
music
usb
@@ -88,11 +87,6 @@ checkrebuild: $(checkrebuild | awk '$2!~"zoom|miniconda3"{printf("%s ",$2)}')
"
}
-qb () {
- rm -r -- "$HOME/programs/qbittorrent_search_plugins/"
- curlqb "$HOME/programs/qbittorrent_search_plugins/"
-}
-
refl () {
# why not use http:
# https://www.reddit.com/r/archlinux/comments/kx149z/should_i_use_http_mirrors/
@@ -127,7 +121,7 @@ music () {
if [ $# -eq 0 ]; then
fast
else
- while getopts abcfjmMpqrux opt; do
+ while getopts abcfjmMprux opt; do
case $opt in
a)all;;
b)backup;;
@@ -137,7 +131,6 @@ else
m)misc;;
M)music;;
p)pac;;
- q)qb;;
r)refl;;
u)usb;;
x)xmr;;