chore: note on pacman

main
CrimsonTome 2022-11-23 00:08:11 +00:00 committed by Rowan Clark
parent 6d3442594a
commit a131ecc056
No known key found for this signature in database
GPG Key ID: F620D51904044094
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ if [[ $os == "Ubuntu" ]]; then
elif [[ $os == "Fedora" ]]; then
echo "dnf is not yet supported";
exit;
elif [[ $os == "Arch" ]]; then
echo "pacman is not yet supported";
exit;
else
echo "OS not yet supported";
exit;