Add a vim option select

This commit is contained in:
2024-04-15 14:38:06 +00:00
parent f81ee2834a
commit dafc207f96
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;