From 96c33a37ac4b4a5076b334090bc5dc329a91751b Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 7 Feb 2025 10:49:47 +0800 Subject: [PATCH] Minor update manual-install-helper.sh --- scriptdata/installers | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scriptdata/installers b/scriptdata/installers index 80806be1a..880a64a36 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -10,6 +10,7 @@ # cd "$(dirname "$0")" # export base="$(pwd)" +# Only for Arch(based) distro. install-yay() { x sudo pacman -S --needed --noconfirm base-devel x git clone https://aur.archlinux.org/yay-bin.git /tmp/buildyay @@ -112,6 +113,7 @@ install-MicroTeX (){ x cd $base } +# Not for Arch(based) distro. install-uv (){ x curl -LsSf https://astral.sh/uv/install.sh | sh } @@ -141,6 +143,7 @@ install-python-packages (){ x deactivate # We don't need the virtual environment anymore } +# Only for Arch(based) distro. handle-deprecated-dependencies (){ printf "\e[36m[$0]: Removing deprecated dependencies:\e[0m\n" for i in illogical-impulse-{microtex,pymyc-aur} {hyprutils,hyprpicker,hyprlang,hypridle,hyprland-qt-support,hyprland-qtutils,hyprlock,xdg-desktop-portal-hyprland,hyprcursor,hyprwayland-scanner,hyprland}-git;do try sudo pacman --noconfirm -Rdd $i;done