Skip to content

Commit

Permalink
Update autoinstall.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap authored Feb 28, 2025
1 parent a213a18 commit b2828e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ autoinstall:
# Install Brave
- curtin in-target --target=/target -- curl -fsS https://dl.brave.com/install.sh | sh
# Installing Warp
- curtin in-target --target=/target -- wget --content-disposition -O /target/warp.deb https://app.warp.dev/download?package=deb
- curtin in-target --target=/target -- dpkg -i /target/warp.deb
- curtin in-target --target=/target -- /bin/bash -c "wget --content-disposition -O /warp.deb 'https://app.warp.dev/download?package=deb' && dpkg -i /warp.deb"
# Installing 1password-cli
- curtin in-target --target=/target -- curl -sS https://downloads.1password.com/linux/keys/1password.asc
- curtin in-target --target=/target -- gpg --dearmor --output /usr/share/keyrings/1password-archive-keyring.gpg
Expand Down

0 comments on commit b2828e3

Please sign in to comment.