diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-01-06 15:53:08 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-01-06 15:53:08 +0100 |
commit | a0cba04420713dd038f9bb0d8c0517065d911659 (patch) | |
tree | 81c9983d82a85058c4c0593efff6265ba2a867f4 /stages | |
parent | ffabd742c6277ebbd2267ef0e550efaf72dc04f2 (diff) | |
download | archinstall-a0cba04420713dd038f9bb0d8c0517065d911659.tar archinstall-a0cba04420713dd038f9bb0d8c0517065d911659.tar.zst archinstall-a0cba04420713dd038f9bb0d8c0517065d911659.zip |
Hotfix for broken pacman keys.
Diffstat (limited to 'stages')
-rw-r--r-- | stages/first_stage.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stages/first_stage.sh b/stages/first_stage.sh index 8b9d640..487bb0d 100644 --- a/stages/first_stage.sh +++ b/stages/first_stage.sh @@ -49,6 +49,8 @@ bash create_filesystems.sh $boot_partition_path $root_partition_path bash mount_filesystems.sh $root_partition_path +bash reset_pacman_keys.sh + bash install_packages.sh $desktop bash install_archinstall.sh $REPOSITORY_PATH |