diff --git a/ddeps.sh b/ddeps.sh index 7e43037..35993df 100755 --- a/ddeps.sh +++ b/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 - diff --git a/scripts/server_bin/update_twitter.sh b/scripts/server_bin/update_twitter.sh index ad758c1..ea80b39 100755 --- a/scripts/server_bin/update_twitter.sh +++ b/scripts/server_bin/update_twitter.sh @@ -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 diff --git a/udeps.sh b/udeps.sh index 42fce46..f2adab7 100755 --- a/udeps.sh +++ b/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