mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2025-03-21 04:59:32 +00:00
rm -v -rf /etc/{dbus-1,terminfo,systemd}
This commit is contained in:
parent
47f3ba8cee
commit
3fa57fc77f
1 changed files with 2 additions and 0 deletions
|
@ -311,6 +311,8 @@ infect() {
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
rm -v -rf /etc/{dbus-1,terminfo,systemd}
|
||||||
|
|
||||||
echo "activate the built configuration..."
|
echo "activate the built configuration..."
|
||||||
if ! /nix/var/nix/profiles/system/activate; then
|
if ! /nix/var/nix/profiles/system/activate; then
|
||||||
echo "Failed!"; exit 1
|
echo "Failed!"; exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue