Remove some TODOs (#6488)
* Remove stale TODOs * Ban TODO markers from markdown * Scrub all TODOs from ci/ and book/
This commit is contained in:
@ -3,8 +3,8 @@ set -ex
|
||||
#
|
||||
# Prevent background upgrades that block |apt-get|
|
||||
#
|
||||
# TODO: This approach is pretty uncompromising. An alternative solution that
|
||||
# doesn't involve deleting system files would be welcome.
|
||||
# This approach is pretty uncompromising. An alternative solution that doesn't
|
||||
# involve deleting system files would be welcome.
|
||||
|
||||
[[ $(uname) = Linux ]] || exit 1
|
||||
[[ $USER = root ]] || exit 1
|
||||
|
Reference in New Issue
Block a user