From 20d25a0be2ff967c12b7bb0d1b4cc92c4df11638 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sat, 28 Aug 2021 22:17:28 +0930 Subject: [PATCH] minor changes --- configure-system | 3 +++ get-sudo-password | 2 +- setup | 2 +- system-check | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100755 configure-system diff --git a/configure-system b/configure-system new file mode 100755 index 0000000..91c36e3 --- /dev/null +++ b/configure-system @@ -0,0 +1,3 @@ +#!/bin/sh + +# configure extra system things like lightdm, etc. \ No newline at end of file diff --git a/get-sudo-password b/get-sudo-password index 1bce4c8..eeaacd7 100755 --- a/get-sudo-password +++ b/get-sudo-password @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh file=/tmp/sudo-password diff --git a/setup b/setup index ee86568..48492dc 100755 --- a/setup +++ b/setup @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh #----------------------------------- # Name: setup diff --git a/system-check b/system-check index 8e8d3ce..0ac4796 100755 --- a/system-check +++ b/system-check @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh #----------------------------------- # Name: system-check