From 304edf080d65dad148ab6246d9fcf072ba7e86c2 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Fri, 9 Feb 2024 11:52:25 +0100 Subject: some things --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index f2d4b29..9f27f19 100755 --- a/install.sh +++ b/install.sh @@ -10,6 +10,8 @@ read -p "Enter git email: " git_email echo "m4_define(\`GIT_EMAIL', \`${git_email}')m4_dnl" >> ${M4_DEF_FILE} read -p "Enter default editor: " default_editor echo "m4_define(\`DEFAULT_EDITOR', \`${default_editor}')m4_dnl" >> ${M4_DEF_FILE} +read -p "Enter sysid: " sysid +echo "m4_define(\`SYSID', \`${sysid}')m4_dnl" >> ${M4_DEF_FILE} if [ "$EUID" -eq 0 ]; then echo "Please don't run this as root, let sudo handle privilege escalation" @@ -59,3 +61,5 @@ case "$OSTYPE" in echo "first run `export INST_PM=\"\"` to indicate the package manager to the install script." ;; esac + +make -- cgit v1.2.3