Changed using [curl] to [wget]
This commit is contained in:
+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