From 3ae53df7eb3654b97f8adda271bada13e250ca3d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 20 Dec 2021 17:02:59 +0100 Subject: [PATCH] make install script executable --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/install.sh diff --git a/scripts/install.sh b/scripts/install.sh old mode 100644 new mode 100755 index c315e9a..472de31 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash nix-shell -p python3 -sudo python3 format-disk.py +sudo python3 scripts/format-disk.py