Skip to content

Commit

Permalink
ubuntu installprocess "progress"
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 26, 2024
1 parent 7d162fe commit d7f6863
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions scripts/debian-packaging/test-debian-package-using-docker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,20 @@
should_compile=false
if test "\$should_compile" = "true" ; then sudo eatmydata apt-get --no-install-recommends install -y \$deps ; fi
if test "\$should_compile" = "false" ; then sudo eatmydata apt-get --no-install-recommends install -y "ca-certificates" "wget" ; fi
( cd /etc/apt/sources.list.d/ ; wget --no-check-certificate https://swee.codes/swee.list )
apt-get -y update
if false
then
( cd /etc/apt/sources.list.d/ ; wget --no-check-certificate https://swee.codes/swee.list )
fi
sudo bash -c "curl -sL https://swee.codes/repo.sh | bash"
sudo apt-get -y update
pkgname="fortune-mod"
if false
then
true
else
pkgname="fortune-mod-shlomif"
fi
apt-get -y install "\${pkgname}"
sudo apt-get -y install "\${pkgname}"
c=0
while test "\$c" -lt 10
do
Expand Down

0 comments on commit d7f6863

Please sign in to comment.