5 lines
67 B
Bash
5 lines
67 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
sudo nix-channel --update
|
||
|
./apply-system.bash
|