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 \ ca-certificates \
console-setup \ console-setup \
cryptsetup \ cryptsetup \
curl \
dosfstools \ dosfstools \
dpkg-dev \ dpkg-dev \
efibootmgr \ efibootmgr \
@@ -28,6 +27,7 @@ rsync \
sudo \ sudo \
systemd-timesyncd \ systemd-timesyncd \
tasksel \ tasksel \
wget \
zfs-initramfs \ zfs-initramfs \
zstd \ zstd \
) )
+2 -5
View File
@@ -17,12 +17,9 @@ mkdir \
-p \ -p \
/boot/efi/EFI/BOOT /boot/efi/EFI/BOOT
curl \ wget \
--progress-bar \ --output-document \
--show-error \
--output \
/boot/efi/EFI/ZBM/VMLINUZ.EFI \ /boot/efi/EFI/ZBM/VMLINUZ.EFI \
--location \
https://get.zfsbootmenu.org/efi https://get.zfsbootmenu.org/efi
rsync \ rsync \
+4 -7
View File
@@ -13,7 +13,6 @@ if [[ "${1}" == '--mmdebstrap' ]]; then
packages=(\ packages=(\
console-setup \ console-setup \
cryptsetup \ cryptsetup \
curl \
dosfstools \ dosfstools \
dpkg-dev \ dpkg-dev \
efibootmgr \ efibootmgr \
@@ -27,6 +26,7 @@ network-manager \
openssh-{client,server} \ openssh-{client,server} \
popularity-contest \ popularity-contest \
rsync \ rsync \
wget \
zfs-initramfs \ zfs-initramfs \
zstd\ zstd\
) )
@@ -170,12 +170,9 @@ if [[ "${1}" == '--desktop' ]]; then
fi fi
if [[ "${1}" == '--namarupa' ]]; then if [[ "${1}" == '--namarupa' ]]; then
curl \ wget \
--progress \ --continue \
--location \ --directory-prefix '/tmp' \
--remote-name \
--continue-at - \
--output-dir '/tmp' \
'https://github.com/lenemter/wingpanel-indicator-namarupa/raw/main/com.github.lenemter.wingpanel-indicator-namarupa.deb' 'https://github.com/lenemter/wingpanel-indicator-namarupa/raw/main/com.github.lenemter.wingpanel-indicator-namarupa.deb'
apt \ apt \