Give execution permission to scripts

This commit is contained in:
coolneng 2021-08-12 22:22:36 +01:00
parent 6237a2f93e
commit fa1ec47778
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 1 additions and 0 deletions

0
scripts/backup.sh Normal file → Executable file
View File

1
scripts/install.sh Normal file → Executable file
View File

@ -45,6 +45,7 @@ mount_datasets() {
} }
install_system() { install_system() {
nixos-generate-config --root /mnt
nix-shell -p git nixFlakes --command "nixos-install --root /mnt --flake ." nix-shell -p git nixFlakes --command "nixos-install --root /mnt --flake ."
passwd passwd
passwd coolneng passwd coolneng