Add a vim option select

This commit is contained in:
2025-04-05 16:37:09 -04:00
committed by Andrew R. M.
parent ab6350f15a
commit 3636fb6d07
3 changed files with 13 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ if [ -f /etc/os-release ]; then
echo "Idenitfying OS to install GNU stow..."
if grep -q -i debian /etc/os-release; then
echo "You've got Debian!";
sudo apt update;
sudo apt install -y stow;
sudo apt-get update;
sudo apt-get install -y stow;
elif grep -q -i rhel /etc/os-release || grep -q -i fedora /etc/os-release; then
echo "You've got RedHat (or maybe Fedora)! Which is unsupported right now sorry!";
# sudo yum install -y stow;