mirror of
https://github.com/fsquillace/junest.git
synced 2026-01-23 02:34:30 +00:00
Remove -d option in pacstrap
This commit is contained in:
parent
60c7d1c5d0
commit
30967bc15f
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ fi
|
|||
if [[ "$TRAVIS_BRANCH" == "master" ]]
|
||||
then
|
||||
|
||||
export AWS_DEFAULT_REGION=eu-west-1
|
||||
export AWS_DEFAULT_REGION=auto
|
||||
# Upload image
|
||||
# The put is done via a temporary filename in order to prevent outage on the
|
||||
# production file for a longer period of time.
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ function build_image_env(){
|
|||
info "Installing pacman and its dependencies..."
|
||||
# All the essential executables (ln, mkdir, chown, etc) are in coreutils
|
||||
# bwrap command belongs to bubblewrap
|
||||
sudo pacstrap -G -M -d "${maindir}"/root pacman coreutils bubblewrap
|
||||
sudo pacstrap -G -M "${maindir}"/root pacman coreutils bubblewrap
|
||||
|
||||
if [[ ${ARCH} != "arm" ]]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue