From 61b61b6445518a0d6d7d7b1d4ef50294d0af7916 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Sun, 2 Aug 2026 07:47:09 -0400 Subject: [PATCH] Changed using [curl] to [wget] --- debian/mmdebstrap.sh | 2 +- efi.sh | 7 ++----- elementary.sh | 11 ++++------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/debian/mmdebstrap.sh b/debian/mmdebstrap.sh index 8c851d6..2b5d3cd 100755 --- a/debian/mmdebstrap.sh +++ b/debian/mmdebstrap.sh @@ -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 \ ) diff --git a/efi.sh b/efi.sh index 22e2bf3..112aacc 100755 --- a/efi.sh +++ b/efi.sh @@ -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 \ diff --git a/elementary.sh b/elementary.sh index 6577ba3..7b552a5 100755 --- a/elementary.sh +++ b/elementary.sh @@ -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 \