Skip to content

Commit

Permalink
ubuntu installprocess fix; check shlomif-fav
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Dec 26, 2024
1 parent a124fea commit 1f254f9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions scripts/debian-packaging/test-debian-package-using-docker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,28 @@
c=0
while test "\$c" -lt 10
do
printf "%i\\n" "\$c"
printf "plain: %i\\n" "\$c"
bash -e -x -c "/usr/games/fortune"
let ++c
done
c=0
while test "\$c" -lt 3
do
printf "%i\\n" "\$c"
printf "acqui no. %i\\n" "\$c"
if false
then
bash -e -x -c "/usr/games/fortune shlomif-fav"
fi
bash -e -x -c "/usr/games/fortune rules-of-acquisition"
let ++c
done
c=0
while test "\$c" -lt 3
do
printf "shlomif-fav no. %i\\n" "\$c"
bash -e -x -c "/usr/games/fortune shlomif-fav"
let ++c
done
if false
then
sudo adduser --disabled-password --gecos '' "$USER"
Expand Down

0 comments on commit 1f254f9

Please sign in to comment.