We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a76e56 commit dfb8ff4Copy full SHA for dfb8ff4
depends/setup.sh
@@ -26,7 +26,6 @@ fi
26
#
27
get_distro() {
28
export DISTRO
29
-
30
if test -f /etc/os-release; then # freedesktop.org and systemd
31
source /etc/os-release
32
DISTRO="$(echo "$NAME" | cut -f 1 -d ' ' | tr '[:upper:]' '[:lower:]')"
0 commit comments