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 57f905e commit b31fa82Copy full SHA for b31fa82
contrib/OpenFunscripter/openfunscripter_setup_linux.sh
@@ -22,6 +22,11 @@ if command -v apt; then
22
git gcc g++ cmake libmpv-dev libatlas-base-dev
23
fi
24
25
+if ! command -v nix; then
26
+ echo "This installer require the package manager nix"
27
+ exit 1
28
+fi
29
+
30
if [ ! -f ~/.config/nix/nix.conf ]; then
31
mkdir -p ~/.config/nix
32
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
0 commit comments