Skip to content

Commit

Permalink
calamares is fixed next build should be the first known stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelospro committed Aug 14, 2023
1 parent 04b3c14 commit bc5b0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ script:
# remove the /root/.bashrc lines from ### AUTOMATED INSTALLATION START ### to ### AUTOMATED INSTALLATION END ###
- command: "sed -i '/### AUTOMATED INSTALLATION START ###/,/### AUTOMATED INSTALLATION END ###/d' ${ROOT}/root/.bashrc"
# Re-Apply dotfiles to new user
- command: "sudo -u ${USER} chezmoi init --apply Evangelospro -R --exclude externals,encrypted
- command: "sudo -u ${USER} chezmoi init --apply Evangelospro -R --exclude externals,encrypted"
- command: "sudo -u ${USER} cp $HOME/.config/hypr/monitors_extend.conf $HOME/.config/hypr/monitors.conf"
# create default directories
- command: "mkdir -p ${ROOT}/home/${USER}/{Desktop,Documents,Downloads,Music,Pictures,Public,Templates,Videos}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ sequence:
# here, Calamares then takes care of finding it and loading the contents.
#
# YAML: string.
branding: default
branding: elarch

# If this is set to true, Calamares will show an "Are you sure?" prompt right
# before each execution phase, i.e. at points of no return. If this is set to
Expand Down

0 comments on commit bc5b0a2

Please sign in to comment.