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 8d7c73d commit 6df0ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoinstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +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 -O warp.deb https://app.warp.dev/download?package=deb && dpkg -i warp.deb
- curtin in-target --target=/target -- wget -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 6df0ceb

Please sign in to comment.