save point
This commit is contained in:
parent
6b681df935
commit
8f893d246e
3 changed files with 19 additions and 4 deletions
|
@ -9,13 +9,13 @@
|
|||
|
||||
if [ -x "$(command -v apt-get)" ]; then
|
||||
# set environment variable for os
|
||||
export osp="Debian"
|
||||
osp="Debian"
|
||||
fi
|
||||
|
||||
# check if pacman is installed
|
||||
|
||||
if [ -x "$(command -v pacman)" ]; then
|
||||
export osp="Arch"
|
||||
osp="Arch"
|
||||
fi
|
||||
|
||||
# I know its so high tech and amazing right?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue