Skip to content

Commit a213a18

Browse files
authored
Update autoinstall.yaml
1 parent 6df0ceb commit a213a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autoinstall.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ autoinstall:
7474
# Install Brave
7575
- curtin in-target --target=/target -- curl -fsS https://dl.brave.com/install.sh | sh
7676
# Installing Warp
77-
- curtin in-target --target=/target -- wget -O ./warp.deb https://app.warp.dev/download?package=deb && dpkg -i ./warp.deb
77+
- curtin in-target --target=/target -- wget --content-disposition -O /target/warp.deb https://app.warp.dev/download?package=deb
78+
- curtin in-target --target=/target -- dpkg -i /target/warp.deb
7879
# Installing 1password-cli
7980
- curtin in-target --target=/target -- curl -sS https://downloads.1password.com/linux/keys/1password.asc
8081
- curtin in-target --target=/target -- gpg --dearmor --output /usr/share/keyrings/1password-archive-keyring.gpg

0 commit comments

Comments
 (0)