-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Youtube Music Package [ Fedora ] #271
Conversation
Co-Authored-By: aayush <[email protected]>
👋 Hello! Thank you for your support and feedback! We will get back to you within 24 hours. If your review is delayed, feel free to email us at [email protected] 🚀 Your patience is appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
shellcheck
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 226 in 44eeefd
gum spin --spinner dot --title "Installing Kdenlive on Fedora..." -- $pkg_manager kdenlive |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 264 in 44eeefd
gum spin --spinner dot --title "Installing Alacritty..." -- $pkg_manager alacritty |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 269 in 44eeefd
gum spin --spinner dot --title "Installing Kitty..." -- $pkg_manager kitty |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 274 in 44eeefd
gum spin --spinner dot --title "Installing GNOME Terminal..." -- $pkg_manager gnome-terminal |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 279 in 44eeefd
gum spin --spinner dot --title "Installing Konsole..." -- $pkg_manager konsole |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 285 in 44eeefd
gum spin --spinner dot --title "Installing WezTerm..." -- $pkg_manager wezterm |
📝 [shellcheck] <ShellCheck.SC2181> reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
Line 294 in 44eeefd
if [[ $? -ne 0 ]]; then |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 295 in 44eeefd
gum spin --spinner dot --title "WezTerm not found in DNF, falling back to Flatpak..." -- $flatpak_cmd org.wezfurlong.wezterm |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 306 in 44eeefd
gum spin --spinner dot --title "Installing Ghostty..." -- $pkg_manager ghostty |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 346 in 44eeefd
gum spin --spinner dot --title "Installing Brave Browser..." -- $pkg_manager_aur brave-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 349 in 44eeefd
gum spin --spinner dot --title "Installing Brave Browser via Flatpak..." -- $flatpak_cmd com.brave.Browser |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 356 in 44eeefd
gum spin --spinner dot --title "Installing Firefox..." -- $pkg_manager_pacman firefox |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 359 in 44eeefd
gum spin --spinner dot --title "Installing Firefox via DNF..." -- $pkg_manager firefox |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 366 in 44eeefd
gum spin --spinner dot --title "Installing Libre Wolf..." -- $pkg_manager_aur librewolf-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 369 in 44eeefd
gum spin --spinner dot --title "Installing Libre Wolf via Flatpak..." -- $flatpak_cmd io.gitlab.librewolf-community |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 376 in 44eeefd
gum spin --spinner dot --title "Installing Google Chrome..." -- $pkg_manager_aur google-chrome |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 379 in 44eeefd
gum spin --spinner dot --title "Installing Google Chrome via Flatpak..." -- $flatpak_cmd com.google.Chrome |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 386 in 44eeefd
gum spin --spinner dot --title "Installing Chromium..." -- $pkg_manager_pacman chromium |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 389 in 44eeefd
gum spin --spinner dot --title "Installing Chromium via Flatpak..." -- $flatpak_cmd org.chromium.Chromium |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 396 in 44eeefd
gum spin --spinner dot --title "Installing Vivaldi..." -- $pkg_manager_pacman vivaldi |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 399 in 44eeefd
gum spin --spinner dot --title "Installing Vivaldi via Flatpak..." -- $flatpak_cmd com.vivaldi.Vivaldi |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 406 in 44eeefd
gum spin --spinner dot --title "Installing Qute Browser..." -- $pkg_manager_pacman qutebrowser |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 409 in 44eeefd
gum spin --spinner dot --title "Installing Qute Browser via Flatpak..." -- $flatpak_cmd org.qutebrowser.qutebrowser |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 416 in 44eeefd
gum spin --spinner dot --title "Installing Zen Browser..." -- $pkg_manager_aur zen-browser-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 419 in 44eeefd
gum spin --spinner dot --title "Installing Zen Browser via Flatpak..." -- $flatpak_cmd app.zen_browser.zen |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 426 in 44eeefd
gum spin --spinner dot --title "Installing Thorium Browser..." -- $pkg_manager_aur thorium-browser-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 435 in 44eeefd
gum spin --spinner dot --title "Installing Tor Browser..." -- $pkg_manager_aur tor-browser-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 438 in 44eeefd
gum spin --spinner dot --title "Installing Tor Browser via Flatpak..." -- $flatpak_cmd org.torproject.torbrowser-launcher |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 470 in 44eeefd
gum spin --spinner dot --title "Installing Nemo..." -- $pkg_manager nemo |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 475 in 44eeefd
gum spin --spinner dot --title "Installing Thunar..." -- $pkg_manager thunar |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 480 in 44eeefd
gum spin --spinner dot --title "Installing Dolphin..." -- $pkg_manager dolphin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 486 in 44eeefd
gum spin --spinner dot --title "Installing LF..." -- $pkg_manager lf |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 496 in 44eeefd
gum spin --spinner dot --title "Installing Ranger..." -- $pkg_manager ranger |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 501 in 44eeefd
gum spin --spinner dot --title "Installing Nautilus..." -- $pkg_manager nautilus |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 507 in 44eeefd
gum spin --spinner dot --title "Installing Yazi..." -- $pkg_manager yazi |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 556 in 44eeefd
gum spin --spinner dot --title "Installing Spotube..." -- $pkg_manager spotube |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 566 in 44eeefd
gum spin --spinner dot --title "Installing Spotify..." -- $pkg_manager spotify |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 576 in 44eeefd
gum spin --spinner dot --title "Installing Rhythmbox..." -- $pkg_manager rhythmbox |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 578 in 44eeefd
gum spin --spinner dot --title "Installing Rhythmbox on Fedora..." -- $pkg_manager rhythmbox |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 614 in 44eeefd
gum spin --spinner dot --title "Installing Cursor..." -- $pkg_manager_aur cursor-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 627 in 44eeefd
gum spin --spinner dot --title "Installing VS Code..." -- $pkg_manager_aur visual-studio-code-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 630 in 44eeefd
gum spin --spinner dot --title "Installing VS Code via Flatpak..." -- $flatpak_cmd com.visualstudio.code |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 638 in 44eeefd
gum spin --spinner dot --title "Installing Vscodium..." -- $pkg_manager_aur vscodium-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 641 in 44eeefd
gum spin --spinner dot --title "Installing Vscodium via Flatpak..." -- $flatpak_cmd com.vscodium.codium |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 649 in 44eeefd
gum spin --spinner dot --title "Installing ZED Editor..." -- $pkg_manager_aur zed-preview-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 652 in 44eeefd
gum spin --spinner dot --title "Installing ZED via Flatpak..." -- $flatpak_cmd dev.zed.Zed |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 660 in 44eeefd
gum spin --spinner dot --title "Installing Neovim..." -- $pkg_manager_aur neovim |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 663 in 44eeefd
gum spin --spinner dot --title "Installing Neovim via DNF..." -- $pkg_manager neovim |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 671 in 44eeefd
gum spin --spinner dot --title "Installing Vim..." -- $pkg_manager_aur vim |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 674 in 44eeefd
gum spin --spinner dot --title "Installing Vim via Flatpak..." -- $flatpak_cmd org.vim.Vim |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 682 in 44eeefd
gum spin --spinner dot --title "Installing Code-OSS..." -- $pkg_manager_aur code-oss |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 685 in 44eeefd
gum spin --spinner dot --title "Installing Code-OSS via Flatpak..." -- $flatpak_cmd com.visualstudio.code-oss |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 720 in 44eeefd
gum spin --spinner dot --title "Installing VLC..." -- $pkg_manager_aur vlc |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 723 in 44eeefd
gum spin --spinner dot --title "Installing VLC via DNF..." -- $pkg_manager vlc |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 731 in 44eeefd
gum spin --spinner dot --title "Installing Netflix [Unofficial]..." -- $pkg_manager_aur netflix |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 781 in 44eeefd
gum spin --spinner dot --title "Installing Git..." -- $pkg_manager_aur git |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 784 in 44eeefd
gum spin --spinner dot --title "Installing Git via DNF..." -- $pkg_manager git |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 792 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop..." -- $pkg_manager_aur github-desktop-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 800 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop via DNF..." -- $pkg_manager github-desktop |
📝 [shellcheck] <ShellCheck.SC2181> reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
Line 801 in 44eeefd
if [[ $? -ne 0 ]]; then |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 803 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop via Flatpak..." -- $flatpak_cmd io.github.shiftey.Desktop |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 814 in 44eeefd
gum spin --spinner dot --title "Installing GitHub CLI..." -- $pkg_manager_pacman github-cli |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 817 in 44eeefd
gum spin --spinner dot --title "Installing GitHub CLI via DNF..." -- $pkg_manager gh |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 852 in 44eeefd
gum spin --spinner dot --title "Installing Tumbler..." -- $pkg_manager_aur tumbler |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 854 in 44eeefd
gum spin --spinner dot --title "Installing Tumbler via DNF..." -- $pkg_manager tumbler |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 889 in 44eeefd
gum spin --spinner dot --title "Installing Gvfs-MTP..." -- $pkg_manager_aur gvfs-mtp |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 891 in 44eeefd
gum spin --spinner dot --title "Installing Gvfs-MTP via DNF..." -- $pkg_manager gvfs-mtp |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 899 in 44eeefd
gum spin --spinner dot --title "Installing ADB..." -- $pkg_manager_aur android-tools |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 901 in 44eeefd
gum spin --spinner dot --title "Installing ADB via DNF..." -- $pkg_manager android-tools |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 104 in 44eeefd
gum spin --spinner dot --title "Installing Discord..." -- $pkg_manager discord |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 114 in 44eeefd
gum spin --spinner dot --title "Installing Better Discord..." -- $pkg_manager betterdiscord-installer-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 122 in 44eeefd
gum spin --spinner dot --title "Installing Signal..." -- $pkg_manager signal-desktop |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 132 in 44eeefd
gum spin --spinner dot --title "Installing Telegram..." -- $pkg_manager telegram-desktop |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 142 in 44eeefd
gum spin --spinner dot --title "Installing Keybase..." -- $pkg_manager keybase-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 177 in 44eeefd
gum spin --spinner dot --title "Installing OBS Studio..." -- $pkg_manager obs-studio |
📝 [shellcheck] <ShellCheck.SC2015> reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.
Line 178 in 44eeefd
version=$([[ $distro -eq 0 ]] && pacman -Qi obs-studio | grep Version | awk '{print $3}' || rpm -q obs-studio) |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 216 in 44eeefd
gum spin --spinner dot --title "Installing GIMP..." -- $pkg_manager gimp |
📝 [shellcheck] <ShellCheck.SC2015> reported by reviewdog 🐶
Note that A && B || C is not if-then-else. C may run when A is true.
Line 217 in 44eeefd
version=$([[ $distro -eq 0 ]] && pacman -Qi gimp | grep Version | awk '{print $3}' || rpm -q gimp) |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 222 in 44eeefd
gum spin --spinner dot --title "Installing Kdenlive..." -- $pkg_manager kdenlive |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 226 in 44eeefd
gum spin --spinner dot --title "Installing Kdenlive on Fedora..." -- $pkg_manager kdenlive |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 264 in 44eeefd
gum spin --spinner dot --title "Installing Alacritty..." -- $pkg_manager alacritty |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 269 in 44eeefd
gum spin --spinner dot --title "Installing Kitty..." -- $pkg_manager kitty |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 274 in 44eeefd
gum spin --spinner dot --title "Installing GNOME Terminal..." -- $pkg_manager gnome-terminal |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 279 in 44eeefd
gum spin --spinner dot --title "Installing Konsole..." -- $pkg_manager konsole |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 285 in 44eeefd
gum spin --spinner dot --title "Installing WezTerm..." -- $pkg_manager wezterm |
📝 [shellcheck] <ShellCheck.SC2181> reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
Line 294 in 44eeefd
if [[ $? -ne 0 ]]; then |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 295 in 44eeefd
gum spin --spinner dot --title "WezTerm not found in DNF, falling back to Flatpak..." -- $flatpak_cmd org.wezfurlong.wezterm |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 306 in 44eeefd
gum spin --spinner dot --title "Installing Ghostty..." -- $pkg_manager ghostty |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 346 in 44eeefd
gum spin --spinner dot --title "Installing Brave Browser..." -- $pkg_manager_aur brave-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 349 in 44eeefd
gum spin --spinner dot --title "Installing Brave Browser via Flatpak..." -- $flatpak_cmd com.brave.Browser |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 356 in 44eeefd
gum spin --spinner dot --title "Installing Firefox..." -- $pkg_manager_pacman firefox |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 359 in 44eeefd
gum spin --spinner dot --title "Installing Firefox via DNF..." -- $pkg_manager firefox |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 366 in 44eeefd
gum spin --spinner dot --title "Installing Libre Wolf..." -- $pkg_manager_aur librewolf-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 369 in 44eeefd
gum spin --spinner dot --title "Installing Libre Wolf via Flatpak..." -- $flatpak_cmd io.gitlab.librewolf-community |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 376 in 44eeefd
gum spin --spinner dot --title "Installing Google Chrome..." -- $pkg_manager_aur google-chrome |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 379 in 44eeefd
gum spin --spinner dot --title "Installing Google Chrome via Flatpak..." -- $flatpak_cmd com.google.Chrome |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 386 in 44eeefd
gum spin --spinner dot --title "Installing Chromium..." -- $pkg_manager_pacman chromium |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 389 in 44eeefd
gum spin --spinner dot --title "Installing Chromium via Flatpak..." -- $flatpak_cmd org.chromium.Chromium |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 396 in 44eeefd
gum spin --spinner dot --title "Installing Vivaldi..." -- $pkg_manager_pacman vivaldi |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 399 in 44eeefd
gum spin --spinner dot --title "Installing Vivaldi via Flatpak..." -- $flatpak_cmd com.vivaldi.Vivaldi |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 406 in 44eeefd
gum spin --spinner dot --title "Installing Qute Browser..." -- $pkg_manager_pacman qutebrowser |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 409 in 44eeefd
gum spin --spinner dot --title "Installing Qute Browser via Flatpak..." -- $flatpak_cmd org.qutebrowser.qutebrowser |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 416 in 44eeefd
gum spin --spinner dot --title "Installing Zen Browser..." -- $pkg_manager_aur zen-browser-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 419 in 44eeefd
gum spin --spinner dot --title "Installing Zen Browser via Flatpak..." -- $flatpak_cmd app.zen_browser.zen |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 426 in 44eeefd
gum spin --spinner dot --title "Installing Thorium Browser..." -- $pkg_manager_aur thorium-browser-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 435 in 44eeefd
gum spin --spinner dot --title "Installing Tor Browser..." -- $pkg_manager_aur tor-browser-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 438 in 44eeefd
gum spin --spinner dot --title "Installing Tor Browser via Flatpak..." -- $flatpak_cmd org.torproject.torbrowser-launcher |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 470 in 44eeefd
gum spin --spinner dot --title "Installing Nemo..." -- $pkg_manager nemo |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 475 in 44eeefd
gum spin --spinner dot --title "Installing Thunar..." -- $pkg_manager thunar |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 480 in 44eeefd
gum spin --spinner dot --title "Installing Dolphin..." -- $pkg_manager dolphin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 486 in 44eeefd
gum spin --spinner dot --title "Installing LF..." -- $pkg_manager lf |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 496 in 44eeefd
gum spin --spinner dot --title "Installing Ranger..." -- $pkg_manager ranger |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 501 in 44eeefd
gum spin --spinner dot --title "Installing Nautilus..." -- $pkg_manager nautilus |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 507 in 44eeefd
gum spin --spinner dot --title "Installing Yazi..." -- $pkg_manager yazi |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 556 in 44eeefd
gum spin --spinner dot --title "Installing Spotube..." -- $pkg_manager spotube |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 566 in 44eeefd
gum spin --spinner dot --title "Installing Spotify..." -- $pkg_manager spotify |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 576 in 44eeefd
gum spin --spinner dot --title "Installing Rhythmbox..." -- $pkg_manager rhythmbox |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 578 in 44eeefd
gum spin --spinner dot --title "Installing Rhythmbox on Fedora..." -- $pkg_manager rhythmbox |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 614 in 44eeefd
gum spin --spinner dot --title "Installing Cursor..." -- $pkg_manager_aur cursor-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 627 in 44eeefd
gum spin --spinner dot --title "Installing VS Code..." -- $pkg_manager_aur visual-studio-code-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 630 in 44eeefd
gum spin --spinner dot --title "Installing VS Code via Flatpak..." -- $flatpak_cmd com.visualstudio.code |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 638 in 44eeefd
gum spin --spinner dot --title "Installing Vscodium..." -- $pkg_manager_aur vscodium-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 641 in 44eeefd
gum spin --spinner dot --title "Installing Vscodium via Flatpak..." -- $flatpak_cmd com.vscodium.codium |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 649 in 44eeefd
gum spin --spinner dot --title "Installing ZED Editor..." -- $pkg_manager_aur zed-preview-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 652 in 44eeefd
gum spin --spinner dot --title "Installing ZED via Flatpak..." -- $flatpak_cmd dev.zed.Zed |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 660 in 44eeefd
gum spin --spinner dot --title "Installing Neovim..." -- $pkg_manager_aur neovim |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 663 in 44eeefd
gum spin --spinner dot --title "Installing Neovim via DNF..." -- $pkg_manager neovim |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 671 in 44eeefd
gum spin --spinner dot --title "Installing Vim..." -- $pkg_manager_aur vim |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 674 in 44eeefd
gum spin --spinner dot --title "Installing Vim via Flatpak..." -- $flatpak_cmd org.vim.Vim |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 682 in 44eeefd
gum spin --spinner dot --title "Installing Code-OSS..." -- $pkg_manager_aur code-oss |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 685 in 44eeefd
gum spin --spinner dot --title "Installing Code-OSS via Flatpak..." -- $flatpak_cmd com.visualstudio.code-oss |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 720 in 44eeefd
gum spin --spinner dot --title "Installing VLC..." -- $pkg_manager_aur vlc |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 723 in 44eeefd
gum spin --spinner dot --title "Installing VLC via DNF..." -- $pkg_manager vlc |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 731 in 44eeefd
gum spin --spinner dot --title "Installing Netflix [Unofficial]..." -- $pkg_manager_aur netflix |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 781 in 44eeefd
gum spin --spinner dot --title "Installing Git..." -- $pkg_manager_aur git |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 784 in 44eeefd
gum spin --spinner dot --title "Installing Git via DNF..." -- $pkg_manager git |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 792 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop..." -- $pkg_manager_aur github-desktop-bin |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 800 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop via DNF..." -- $pkg_manager github-desktop |
📝 [shellcheck] <ShellCheck.SC2181> reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
Line 801 in 44eeefd
if [[ $? -ne 0 ]]; then |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 803 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop via Flatpak..." -- $flatpak_cmd io.github.shiftey.Desktop |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 814 in 44eeefd
gum spin --spinner dot --title "Installing GitHub CLI..." -- $pkg_manager_pacman github-cli |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 817 in 44eeefd
gum spin --spinner dot --title "Installing GitHub CLI via DNF..." -- $pkg_manager gh |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 852 in 44eeefd
gum spin --spinner dot --title "Installing Tumbler..." -- $pkg_manager_aur tumbler |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 854 in 44eeefd
gum spin --spinner dot --title "Installing Tumbler via DNF..." -- $pkg_manager tumbler |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 889 in 44eeefd
gum spin --spinner dot --title "Installing Gvfs-MTP..." -- $pkg_manager_aur gvfs-mtp |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 891 in 44eeefd
gum spin --spinner dot --title "Installing Gvfs-MTP via DNF..." -- $pkg_manager gvfs-mtp |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 899 in 44eeefd
gum spin --spinner dot --title "Installing ADB..." -- $pkg_manager_aur android-tools |
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Line 901 in 44eeefd
gum spin --spinner dot --title "Installing ADB via DNF..." -- $pkg_manager android-tools |
@@ -546,10 +545,11 @@ install_music() { | |||
if [[ $distro -eq 0 ]]; then | |||
gum spin --spinner dot --title "Installing Youtube-Music..." -- $pkg_manager youtube-music-bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
@@ -546,10 +545,11 @@ | |||
if [[ $distro -eq 0 ]]; then | |||
gum spin --spinner dot --title "Installing Youtube-Music..." -- $pkg_manager youtube-music-bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 [shellcheck] <ShellCheck.SC2086> reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
shellcheck (suggestion)
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 269 in 44eeefd
gum spin --spinner dot --title "Installing Kitty..." -- $pkg_manager kitty |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 274 in 44eeefd
gum spin --spinner dot --title "Installing GNOME Terminal..." -- $pkg_manager gnome-terminal |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 279 in 44eeefd
gum spin --spinner dot --title "Installing Konsole..." -- $pkg_manager konsole |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 285 in 44eeefd
gum spin --spinner dot --title "Installing WezTerm..." -- $pkg_manager wezterm |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 295 in 44eeefd
gum spin --spinner dot --title "WezTerm not found in DNF, falling back to Flatpak..." -- $flatpak_cmd org.wezfurlong.wezterm |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 306 in 44eeefd
gum spin --spinner dot --title "Installing Ghostty..." -- $pkg_manager ghostty |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 346 in 44eeefd
gum spin --spinner dot --title "Installing Brave Browser..." -- $pkg_manager_aur brave-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 349 in 44eeefd
gum spin --spinner dot --title "Installing Brave Browser via Flatpak..." -- $flatpak_cmd com.brave.Browser |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 356 in 44eeefd
gum spin --spinner dot --title "Installing Firefox..." -- $pkg_manager_pacman firefox |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 359 in 44eeefd
gum spin --spinner dot --title "Installing Firefox via DNF..." -- $pkg_manager firefox |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 366 in 44eeefd
gum spin --spinner dot --title "Installing Libre Wolf..." -- $pkg_manager_aur librewolf-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 369 in 44eeefd
gum spin --spinner dot --title "Installing Libre Wolf via Flatpak..." -- $flatpak_cmd io.gitlab.librewolf-community |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 376 in 44eeefd
gum spin --spinner dot --title "Installing Google Chrome..." -- $pkg_manager_aur google-chrome |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 379 in 44eeefd
gum spin --spinner dot --title "Installing Google Chrome via Flatpak..." -- $flatpak_cmd com.google.Chrome |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 386 in 44eeefd
gum spin --spinner dot --title "Installing Chromium..." -- $pkg_manager_pacman chromium |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 389 in 44eeefd
gum spin --spinner dot --title "Installing Chromium via Flatpak..." -- $flatpak_cmd org.chromium.Chromium |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 396 in 44eeefd
gum spin --spinner dot --title "Installing Vivaldi..." -- $pkg_manager_pacman vivaldi |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 399 in 44eeefd
gum spin --spinner dot --title "Installing Vivaldi via Flatpak..." -- $flatpak_cmd com.vivaldi.Vivaldi |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 406 in 44eeefd
gum spin --spinner dot --title "Installing Qute Browser..." -- $pkg_manager_pacman qutebrowser |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 409 in 44eeefd
gum spin --spinner dot --title "Installing Qute Browser via Flatpak..." -- $flatpak_cmd org.qutebrowser.qutebrowser |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 416 in 44eeefd
gum spin --spinner dot --title "Installing Zen Browser..." -- $pkg_manager_aur zen-browser-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 419 in 44eeefd
gum spin --spinner dot --title "Installing Zen Browser via Flatpak..." -- $flatpak_cmd app.zen_browser.zen |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 426 in 44eeefd
gum spin --spinner dot --title "Installing Thorium Browser..." -- $pkg_manager_aur thorium-browser-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 435 in 44eeefd
gum spin --spinner dot --title "Installing Tor Browser..." -- $pkg_manager_aur tor-browser-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 438 in 44eeefd
gum spin --spinner dot --title "Installing Tor Browser via Flatpak..." -- $flatpak_cmd org.torproject.torbrowser-launcher |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 470 in 44eeefd
gum spin --spinner dot --title "Installing Nemo..." -- $pkg_manager nemo |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 475 in 44eeefd
gum spin --spinner dot --title "Installing Thunar..." -- $pkg_manager thunar |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 480 in 44eeefd
gum spin --spinner dot --title "Installing Dolphin..." -- $pkg_manager dolphin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 486 in 44eeefd
gum spin --spinner dot --title "Installing LF..." -- $pkg_manager lf |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 496 in 44eeefd
gum spin --spinner dot --title "Installing Ranger..." -- $pkg_manager ranger |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 501 in 44eeefd
gum spin --spinner dot --title "Installing Nautilus..." -- $pkg_manager nautilus |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 507 in 44eeefd
gum spin --spinner dot --title "Installing Yazi..." -- $pkg_manager yazi |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 556 in 44eeefd
gum spin --spinner dot --title "Installing Spotube..." -- $pkg_manager spotube |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 566 in 44eeefd
gum spin --spinner dot --title "Installing Spotify..." -- $pkg_manager spotify |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 576 in 44eeefd
gum spin --spinner dot --title "Installing Rhythmbox..." -- $pkg_manager rhythmbox |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 578 in 44eeefd
gum spin --spinner dot --title "Installing Rhythmbox on Fedora..." -- $pkg_manager rhythmbox |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 614 in 44eeefd
gum spin --spinner dot --title "Installing Cursor..." -- $pkg_manager_aur cursor-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 627 in 44eeefd
gum spin --spinner dot --title "Installing VS Code..." -- $pkg_manager_aur visual-studio-code-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 630 in 44eeefd
gum spin --spinner dot --title "Installing VS Code via Flatpak..." -- $flatpak_cmd com.visualstudio.code |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 638 in 44eeefd
gum spin --spinner dot --title "Installing Vscodium..." -- $pkg_manager_aur vscodium-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 641 in 44eeefd
gum spin --spinner dot --title "Installing Vscodium via Flatpak..." -- $flatpak_cmd com.vscodium.codium |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 649 in 44eeefd
gum spin --spinner dot --title "Installing ZED Editor..." -- $pkg_manager_aur zed-preview-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 652 in 44eeefd
gum spin --spinner dot --title "Installing ZED via Flatpak..." -- $flatpak_cmd dev.zed.Zed |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 660 in 44eeefd
gum spin --spinner dot --title "Installing Neovim..." -- $pkg_manager_aur neovim |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 663 in 44eeefd
gum spin --spinner dot --title "Installing Neovim via DNF..." -- $pkg_manager neovim |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 671 in 44eeefd
gum spin --spinner dot --title "Installing Vim..." -- $pkg_manager_aur vim |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 674 in 44eeefd
gum spin --spinner dot --title "Installing Vim via Flatpak..." -- $flatpak_cmd org.vim.Vim |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 682 in 44eeefd
gum spin --spinner dot --title "Installing Code-OSS..." -- $pkg_manager_aur code-oss |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 685 in 44eeefd
gum spin --spinner dot --title "Installing Code-OSS via Flatpak..." -- $flatpak_cmd com.visualstudio.code-oss |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 720 in 44eeefd
gum spin --spinner dot --title "Installing VLC..." -- $pkg_manager_aur vlc |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 723 in 44eeefd
gum spin --spinner dot --title "Installing VLC via DNF..." -- $pkg_manager vlc |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 731 in 44eeefd
gum spin --spinner dot --title "Installing Netflix [Unofficial]..." -- $pkg_manager_aur netflix |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 781 in 44eeefd
gum spin --spinner dot --title "Installing Git..." -- $pkg_manager_aur git |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 784 in 44eeefd
gum spin --spinner dot --title "Installing Git via DNF..." -- $pkg_manager git |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 792 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop..." -- $pkg_manager_aur github-desktop-bin |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 800 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop via DNF..." -- $pkg_manager github-desktop |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 803 in 44eeefd
gum spin --spinner dot --title "Installing GitHub Desktop via Flatpak..." -- $flatpak_cmd io.github.shiftey.Desktop |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 814 in 44eeefd
gum spin --spinner dot --title "Installing GitHub CLI..." -- $pkg_manager_pacman github-cli |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 817 in 44eeefd
gum spin --spinner dot --title "Installing GitHub CLI via DNF..." -- $pkg_manager gh |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 852 in 44eeefd
gum spin --spinner dot --title "Installing Tumbler..." -- $pkg_manager_aur tumbler |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 854 in 44eeefd
gum spin --spinner dot --title "Installing Tumbler via DNF..." -- $pkg_manager tumbler |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 889 in 44eeefd
gum spin --spinner dot --title "Installing Gvfs-MTP..." -- $pkg_manager_aur gvfs-mtp |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 891 in 44eeefd
gum spin --spinner dot --title "Installing Gvfs-MTP via DNF..." -- $pkg_manager gvfs-mtp |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 899 in 44eeefd
gum spin --spinner dot --title "Installing ADB..." -- $pkg_manager_aur android-tools |
[shellcheck (suggestion)] reported by reviewdog 🐶
Line 901 in 44eeefd
gum spin --spinner dot --title "Installing ADB via DNF..." -- $pkg_manager android-tools |
@@ -546,10 +545,11 @@ install_music() { | |||
if [[ $distro -eq 0 ]]; then | |||
gum spin --spinner dot --title "Installing Youtube-Music..." -- $pkg_manager youtube-music-bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[shellcheck (suggestion)] reported by reviewdog 🐶
gum spin --spinner dot --title "Installing Youtube-Music..." -- $pkg_manager youtube-music-bin | |
gum spin --spinner dot --title "Installing Youtube-Music..." -- "$pkg_manager" youtube-music-bin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes
How Has This Been Tested?
Checklist
Please ensure your pull request meets the following requirements: