mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 11:13:04 +03:00
8 lines
340 B
Bash
Executable file
8 lines
340 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# [[file:../../Guix.org::*Slack][Slack:2]]
|
|
echo "LSB Version: Hey. I spent an hour figuring out why Slack doesn't launch."
|
|
echo "Distributor ID: It seems like it requires an lsb_release."
|
|
echo "Description: But GNU Guix doesn't have one."
|
|
echo "Release: 42.2"
|
|
echo "Codename: n/a"
|
|
# Slack:2 ends here
|