File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments