Changed using [curl] to [wget]
This commit is contained in:
Vendored
+1
-1
@@ -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 \
|
||||
)
|
||||
|
||||
@@ -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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user