summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rwxr-xr-xhome/xyz/.local/bin/upd14
1 files changed, 7 insertions, 7 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index 8d832113..de8191e5 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -4,7 +4,7 @@ all () {
fast
userjs
clean
- qb
+ #qb
refl
usb
#xmr
@@ -79,10 +79,10 @@ pacdiff: $(pacdiff -o | tr '\n' ' ')
"
}
-qb () {
- rm -r -- "$HOME/programs/qbittorrent_search_plugins/"
- curlqb "$HOME/programs/qbittorrent_search_plugins/"
-}
+#qb () {
+# rm -r -- "$HOME/programs/qbittorrent_search_plugins/"
+# curlqb "$HOME/programs/qbittorrent_search_plugins/"
+#}
refl () {
# why not use http:
@@ -118,7 +118,7 @@ usb () {
if [ $# -eq 0 ]; then
fast
else
- while getopts acfjmpqru opt; do
+ while getopts acfjmpru opt; do
case $opt in
a)all;;
c)clean;;
@@ -126,7 +126,7 @@ else
j)userjs;;
m)misc;;
p)pac;;
- q)qb;;
+ #q)qb;;
r)refl;;
u)usb;;
#x)xmr;;