6 lines
No EOL
92 B
Bash
Executable file
6 lines
No EOL
92 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rm .git/hooks/*
|
|
export NIX_PATH=/etc/nix/inputs
|
|
cd packages;
|
|
yes '' | ./update.sh |