aboutsummaryrefslogtreecommitdiff
path: root/scripts/install-multi-user.sh
AgeCommit message (Expand)Author
2023-06-01Update install-multi-user.shsvenz
2023-05-25installer: don't assume GNU diffMatthew Kenigsberg
2023-02-10A setting to follow XDG Base Directory standardAlexander Bantyev
2022-12-14Avoid poly_user_note_set twiceTIAN Yuanhao
2022-12-07Merge pull request #7419 from fricklerhandwerk/installer-contactEelco Dolstra
2022-12-07let installer blurb point to community pageValentin Gagarin
2022-12-07add template for installer issuesValentin Gagarin
2022-10-25Add `--yes` option for Nix installation scriptGabriella Gonzalez
2022-09-13Add fish suport to installerAna Hobden
2022-09-09Merge pull request #4918 from roberth/installer-pcEelco Dolstra
2022-08-31Set `HOME` var to `root`'s home when running `nix-store` as `root`Dave Nicponski
2022-08-19install: only create TMPDIR if missingTravis A. Everett
2022-08-17Ensure that $TMPDIR exists if definedEelco Dolstra
2022-08-17Use plain mktempEelco Dolstra
2022-08-12Merge pull request #6882 from DeterminateSystems/allow-multi-user-as-rootEelco Dolstra
2022-08-10Don't prompt about using sudo if we're already rootGraham Christensen
2022-08-10install-multi-user: abstract is_root, is_os_linux, is_os_darwinGraham Christensen
2022-08-08Only fail if selinux is in enforcingTom Franklin
2022-06-10install-multi-user: check if selinux is enabled and if it is then abortArtturin
2022-04-08installer: ask for confirmation on multi-user install without systemdMartin Schwaighofer
2022-03-24install-multi-user.sh: Preserve symlinksEelco Dolstra
2022-03-01installer: allow overriding nix user GID and UIDsBjørn Forsman
2022-02-17Create to daemon-socket folder during installGuillaume Maudoux
2022-01-21install-darwin: dodge bash 3.2 command bugTravis A. Everett
2021-12-08Merge pull request #5521 from abathur/clearly_mark_validation_stepDomen Kožar
2021-11-19Apply some shellcheck suggestionsSandro Jäckel
2021-11-10installer: make rc replacement instructions explicitTravis A. Everett
2021-11-09installer: improve existing rc backup nagTravis A. Everett
2021-11-08installer: clarify starting assumption taskTravis A. Everett
2021-11-03Reword "we"s to "I"s for consistencyJan Van Bruggen
2021-08-25Revert "Use /etc/zshenv instead of /etc/zshrc for profile"Matthew Bauer
2021-08-18Remove rsync usage in the installerDomen Kožar
2021-06-16installer: Jeeze -> Oh noRobert Hensing
2021-05-27throw freenode down the memory holePatrick Hilhorst
2021-04-29darwin: encrypt nix volume if filevault is enabledTravis A. Everett
2021-03-25Merge pull request #4532 from abathur/macos_nixbld_idsDomen Kožar
2021-03-23Added Debian-based OS's profilesNicolas Stig124 FORMICHELLA
2021-03-11fix nixbld user name/uid for macOSTravis A. Everett
2020-10-19create missing profile files to fix zsh envvarsTravis A. Everett
2020-10-19fix skipped multi-user install steps on macOSTravis A. Everett
2020-07-07merged systemd installer with non-systemd installer.Daniel Fitzpatrick
2020-06-23docs/installer: add correct curl flagsJörg Thalheim
2020-05-27Merge pull request #3608 from surajbarkale/patch-1Eelco Dolstra
2020-05-26installer: fix unused variableDomen Kožar
2020-05-26Fix installer script bugsDomen Kožar
2020-05-25Merge pull request #3375 from domenkozar/multi-user-countDomen Kožar
2020-05-25Allow passing extra nix.conf to installerDomen Kožar
2020-05-25install-multi-user: allow overriding user countDomen Kožar
2020-05-22Use /etc/zshenv instead of /etc/zshrc for profileSuraj Barkale
2020-03-24installer: Fix terminal colors.Greg Price