updated versions
This commit is contained in:
parent
f975d68bd9
commit
7b66b6efbf
3 changed files with 13 additions and 11 deletions
14
ddeps.sh
14
ddeps.sh
|
@ -14,7 +14,7 @@ function dpkg_url() {
|
|||
# installing base dependencies
|
||||
sudo apt-get -my install \
|
||||
git \
|
||||
wget \
|
||||
vim \
|
||||
stow \
|
||||
etckeeper \
|
||||
tmux \
|
||||
|
@ -37,8 +37,8 @@ sudo apt-get -my install \
|
|||
nala \
|
||||
duf \
|
||||
tree \
|
||||
vim \
|
||||
make
|
||||
make \
|
||||
wget
|
||||
|
||||
read -n1 -p $'\nDoes this system need a ssh server?\n' REPLY
|
||||
if [[ $REPLY == [Yy] ]]; then
|
||||
|
@ -50,9 +50,9 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
|||
fi
|
||||
|
||||
#This section installs software outside apt
|
||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb
|
||||
dpkg_url https://github.com/bootandy/dust/releases/download/v0.9.0/du-dust_0.9.0-1_amd64.deb
|
||||
dpkg_url https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_amd64.deb
|
||||
dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb
|
||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.17.0/git-delta_0.17.0_amd64.deb
|
||||
dpkg_url https://github.com/bootandy/dust/releases/download/v1.0.0/du-dust_1.0.0-1_amd64.deb
|
||||
dpkg_url https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_1.5.1_amd64.deb
|
||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
|
||||
dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ gallery-dl --abort 3 -o retweets=true "https://twitter.com/DaybreakHero"
|
|||
for i in */; do
|
||||
echo ">> $i"
|
||||
date
|
||||
gallery-dl --sleep 6 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt
|
||||
gallery-dl --sleep 5 --abort 3 "https://twitter.com/$i" || echo "$i" >> ~/twit_error.txt
|
||||
echo " << waiting"
|
||||
sleep 60
|
||||
sleep 40
|
||||
done
|
||||
|
|
6
udeps.sh
6
udeps.sh
|
@ -56,8 +56,10 @@ if [[ $release == jammy || $release == noble ]]; then
|
|||
fi
|
||||
|
||||
#This section installs software outside apt
|
||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb
|
||||
dpkg_url https://github.com/bootandy/dust/releases/download/v0.9.0/du-dust_0.9.0-1_amd64.deb
|
||||
dpkg_url https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_amd64.deb
|
||||
dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb
|
||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.17.0/git-delta_0.17.0_amd64.deb
|
||||
dpkg_url https://github.com/bootandy/dust/releases/download/v1.0.0/du-dust_1.0.0-1_amd64.deb
|
||||
dpkg_url https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_1.5.1_amd64.deb
|
||||
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue