Skip to content

Commit 41f456c

Browse files
Save changes at: 1742292032
1 parent becc7e7 commit 41f456c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

profile.sh

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
# shellcheck disable=SC2119,SC2120
55
function main() {
6+
sudo -v
7+
68
configure_alacritty
79
configure_git
810
configure_gpg
@@ -721,6 +723,7 @@ EOF
721723
function finish() {
722724
echo "--> To apply the changes:"
723725
echo " Close and reopen the terminal."
726+
sudo -k
724727
}
725728

726729
main "$@"

0 commit comments

Comments
 (0)