From ea9579075cb8eff83e662ba40abc0e44724e4a8b Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sat, 23 Mar 2024 22:39:40 +0100 Subject: [PATCH] Ajout : updateall/rustup --- config/updateall/scripts/05-rustup | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 config/updateall/scripts/05-rustup diff --git a/config/updateall/scripts/05-rustup b/config/updateall/scripts/05-rustup new file mode 100755 index 0000000..0409ae1 --- /dev/null +++ b/config/updateall/scripts/05-rustup @@ -0,0 +1,5 @@ +#!/usr/bin/env +set -- rustup update + +set -x +exec "$@"