minor inconsequential updates
This commit is contained in:
parent
06f2f570f7
commit
a3aacb7415
3 changed files with 16 additions and 11 deletions
|
@ -4,12 +4,15 @@ command_exists() { type "$1" &>/dev/null; }
|
|||
|
||||
cd distro-specific-scripts/
|
||||
distro=""
|
||||
|
||||
if command_exists "pacman"; then
|
||||
distro="arch"
|
||||
elif command_exists "dnf" || command_exists "rpm-ostree"; then
|
||||
distro="fedora"
|
||||
elif command_exists "xbps-install"; then
|
||||
distro="void"
|
||||
else
|
||||
exit
|
||||
fi
|
||||
|
||||
./${distro}-${XDG_CURRENT_DESKTOP}.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue