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
+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 \