File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,10 @@ Example:
1616fi
1717
1818command -v beet > /dev/null || { echo " beet is not installed" ; exit 1; }
19- command -v disable-mullvad-for > /dev/null || { echo " disable-mullvad-for script is not in path" ; exit 1; }
2019command -v findex > /dev/null || { echo " findex script is not in path" ; exit 1; }
2120command -v fix-mp3-dates > /dev/null || { echo " fix-mp3-dates script is not in path" ; exit 1; }
2221
23- disable-mullvad-for beet import -I " $@ " && {
22+ beet import -I " $@ " && {
2423 printf " Remove imported files? (y/N): "
2524 read -r res
2625 if [ " $res " = " y" ]; then
Original file line number Diff line number Diff line change @@ -214,6 +214,7 @@ outcome:
214214 - empty whatsapp
215215
216216EOF
217+ $BROWSER " https://web.whatsapp.com/" > /dev/null 2>&1 &
217218 prompt_continue
218219}
219220
Original file line number Diff line number Diff line change @@ -32,11 +32,7 @@ run_yay() {
3232 sudo pacman -Syu
3333 reapply_X_settings
3434
35- if command -v disable-mullvad-for > /dev/null; then
36- disable-mullvad-for yay --color=always --noconfirm
37- else
38- yay --color=always --noconfirm
39- fi
35+ yay --color=always --noconfirm
4036 reapply_X_settings
4137
4238 yay -Qtdq | yay -Rsn --noconfirm -
Original file line number Diff line number Diff line change @@ -107,3 +107,5 @@ media https://mediathekviewweb.de/#query=%s
107107j https://jellyfin.neidel.xyz/web/index.html#/search.html?query=%s
108108inv https://www.marketwatch.com/investing/stock/%s/company-profile?mod=mw_quote_tab
109109i https://duckduckgo.com/?q=%s&ia=images&iax=images
110+ wb https://www.worldofbooks.com/de-de/search?q=%s
111+ o https://org-search.neidel.xyz/?query=%s
You can’t perform that action at this time.
0 commit comments