Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
rluzuriaga committed Jul 24, 2024
1 parent 34ed285 commit 45e13aa
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
#!/bin/bash

# Distros that have been tested:
# - Debian 11
# - Debian 12
# - Ubuntu 22.04
# - Ubuntu 24.04
# - RHEL 8.10
# - RHEL 9.4
# - Fedora 39
# - Fedora 40
# - Debian 11, 12
# - Ubuntu 22.04, 24.04
# - RHEL 8.10, 9.4
# - Fedora 39, 40
# - Rocky 9.4


Expand Down Expand Up @@ -108,7 +104,3 @@ function installDependencies() {
fi
fi
}

if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then
echo ""
fi

0 comments on commit 45e13aa

Please sign in to comment.