Skip to content

TUI for install script #21

@tednaaa

Description

@tednaaa

currently install script is fish

I want to change it to sh

and only keep

if not command -s paru
	sudo pacman -S --noconfirm --needed base-devel git
	git clone https://aur.archlinux.org/paru.git
	cd paru
	makepkg -si --noconfirm --needed
end

and install my installation script from aur, like archinstall

paru -S archinstall
archinstall

inside it need to configure easy installation and customization

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions