save point

This commit is contained in:
Paul M 2023-10-02 20:53:01 -05:00
parent 6b681df935
commit 8f893d246e
3 changed files with 19 additions and 4 deletions

View file

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