Changed using [curl] to [wget]

This commit is contained in:
2026-08-02 07:47:09 -04:00
parent 2787921679
commit 61b61b6445
3 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,6 @@ packages=( \
ca-certificates \
console-setup \
cryptsetup \
curl \
dosfstools \
dpkg-dev \
efibootmgr \
@@ -28,6 +27,7 @@ rsync \
sudo \
systemd-timesyncd \
tasksel \
wget \
zfs-initramfs \
zstd \
)
+2 -5
View File
@@ -17,12 +17,9 @@ mkdir \
-p \
/boot/efi/EFI/BOOT
curl \
--progress-bar \
--show-error \
--output \
wget \
--output-document \
/boot/efi/EFI/ZBM/VMLINUZ.EFI \
--location \
https://get.zfsbootmenu.org/efi
rsync \
+4 -7
View File
@@ -13,7 +13,6 @@ if [[ "${1}" == '--mmdebstrap' ]]; then
packages=(\
console-setup \
cryptsetup \
curl \
dosfstools \
dpkg-dev \
efibootmgr \
@@ -27,6 +26,7 @@ network-manager \
openssh-{client,server} \
popularity-contest \
rsync \
wget \
zfs-initramfs \
zstd\
)
@@ -170,12 +170,9 @@ if [[ "${1}" == '--desktop' ]]; then
fi
if [[ "${1}" == '--namarupa' ]]; then
curl \
--progress \
--location \
--remote-name \
--continue-at - \
--output-dir '/tmp' \
wget \
--continue \
--directory-prefix '/tmp' \
'https://github.com/lenemter/wingpanel-indicator-namarupa/raw/main/com.github.lenemter.wingpanel-indicator-namarupa.deb'
apt \