diff options
Diffstat (limited to 'stages/first_stage.sh')
-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 |