minor inconsequential updates

This commit is contained in:
askiiart 2024-09-27 09:39:04 -05:00
parent 06f2f570f7
commit a3aacb7415
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
3 changed files with 16 additions and 11 deletions

View file

@ -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