@ -175,7 +175,10 @@
install = pkgs.writeShellApplication {
name = "install";
runtimeInputs = with pkgs; [git busybox gum];
text = ''${./install.sh} "$@"'';
text = ''
chmod +x ${./install.sh}
${./install.sh} "$@"
'';
};
});
The note is not visible to the blocked user.