chore: note on pacman
parent
6d3442594a
commit
a131ecc056
|
@ -49,6 +49,9 @@ if [[ $os == "Ubuntu" ]]; then
|
||||||
elif [[ $os == "Fedora" ]]; then
|
elif [[ $os == "Fedora" ]]; then
|
||||||
echo "dnf is not yet supported";
|
echo "dnf is not yet supported";
|
||||||
exit;
|
exit;
|
||||||
|
elif [[ $os == "Arch" ]]; then
|
||||||
|
echo "pacman is not yet supported";
|
||||||
|
exit;
|
||||||
else
|
else
|
||||||
echo "OS not yet supported";
|
echo "OS not yet supported";
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in New Issue