Add zypper support and fix acorn
This commit is contained in:
@@ -1 +1,13 @@
|
||||
make install
|
||||
if command -v apt &> /dev/null; then
|
||||
make aptinstall
|
||||
elif command -v aptitude &> /dev/null; then
|
||||
make aptitude
|
||||
elif command -v brew &> /dev/null; then
|
||||
make brewinstall
|
||||
elif command -v zypper &> /dev/null; then
|
||||
make zyppinstall
|
||||
elif command -v yay &> /dev/null; then
|
||||
make yayinstall
|
||||
elif command -v pacman &> /dev/null; then
|
||||
make pacinstall
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user