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