Skip to content

Commit

Permalink
Print message upon DNF bootstrap completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Seirdy committed Dec 17, 2019
1 parent 1ae848a commit 29315de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Executables/shell-scripts/bootstrap/sudo-dnf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ dnf install ${packages[*]} --allowerasing --skip-broken -y
iptables -I INPUT -p tcp -m tcp --dport 22 -j ACCEPT
iptables -I INPUT -p udp --dport 60000:61000 -j ACCEPT

echo 'Initial bootstrap finished. After running "update-all" successfully, uninstall stack and cargo'

end_time=$(date '+%s')
elapsed=$(echo "$end_time - $start_time" | bc)
echo "Time elapsed: $elapsed seconds"

0 comments on commit 29315de

Please sign in to comment.