forked from Shinonome/dots-hyprland
Minor update manual-install-helper.sh
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
# cd "$(dirname "$0")"
|
# cd "$(dirname "$0")"
|
||||||
# export base="$(pwd)"
|
# export base="$(pwd)"
|
||||||
|
|
||||||
|
# Only for Arch(based) distro.
|
||||||
install-yay() {
|
install-yay() {
|
||||||
x sudo pacman -S --needed --noconfirm base-devel
|
x sudo pacman -S --needed --noconfirm base-devel
|
||||||
x git clone https://aur.archlinux.org/yay-bin.git /tmp/buildyay
|
x git clone https://aur.archlinux.org/yay-bin.git /tmp/buildyay
|
||||||
@@ -112,6 +113,7 @@ install-MicroTeX (){
|
|||||||
x cd $base
|
x cd $base
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Not for Arch(based) distro.
|
||||||
install-uv (){
|
install-uv (){
|
||||||
x curl -LsSf https://astral.sh/uv/install.sh | sh
|
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
|
x deactivate # We don't need the virtual environment anymore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Only for Arch(based) distro.
|
||||||
handle-deprecated-dependencies (){
|
handle-deprecated-dependencies (){
|
||||||
printf "\e[36m[$0]: Removing deprecated dependencies:\e[0m\n"
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user