You've already forked fedora-toolbox
forked from davejansen/fedora-bootc
Use wget instead, as it's easier for now.
Some checks failed
Build container image / Build and push image (push) Failing after 2m9s
Some checks failed
Build container image / Build and push image (push) Failing after 2m9s
This commit is contained in:
@@ -23,7 +23,7 @@ dnf5 install -y \
|
|||||||
fish \
|
fish \
|
||||||
neovim \
|
neovim \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
curl \
|
curl wget \
|
||||||
stow \
|
stow \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
htop \
|
htop \
|
||||||
@@ -43,7 +43,7 @@ dnf5 copr enable -y dejan/lazygit
|
|||||||
dnf5 install -y lazygit
|
dnf5 install -y lazygit
|
||||||
|
|
||||||
# Install `host-spawn`
|
# Install `host-spawn`
|
||||||
curl "https://github.com/1player/host-spawn/releases/download/$HOST_SPAWN/host-spawn-x86_64"
|
wget "https://github.com/1player/host-spawn/releases/download/$HOST_SPAWN/host-spawn-x86_64"
|
||||||
chmod +x host-spawn-x86_64
|
chmod +x host-spawn-x86_64
|
||||||
mv host-spawn-x86_64 /usr/local/bin/host-spawn
|
mv host-spawn-x86_64 /usr/local/bin/host-spawn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user