summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2021-12-26 16:30:23 -0500
committerSam Chudnick <sam@chudnick.com>2021-12-26 16:30:23 -0500
commitc3600b998dacdab43f3c77f5c6b707eaf95f7b3b (patch)
treed0388618765b8f81b19002c0975b410aeb790c6d
parent69ab49fda780d14e20130794508920cb7331b4a1 (diff)
Fixed several issues/
-rwxr-xr-xinit.sh8
-rw-r--r--packages.custom2
2 files changed, 5 insertions, 5 deletions
diff --git a/init.sh b/init.sh
index cf69dea..b53e58e 100755
--- a/init.sh
+++ b/init.sh
@@ -27,8 +27,8 @@ sed -i "s/main contrib non-free/main/" /etc/apt/sources.list
27apt update -y 27apt update -y
28 28
29# Install packages 29# Install packages
30apt install "$(cat packages.base)" -y 30apt install $(cat packages.base) -y
31apt install "$(cat packages.custom)" -y 31apt install $(cat packages.custom) -y
32 32
33# For virtual machines 33# For virtual machines
34 34
@@ -45,7 +45,9 @@ ufw reload
45user=$(cat /etc/passwd | grep 1000 | cut -d ':' -f 1) 45user=$(cat /etc/passwd | grep 1000 | cut -d ':' -f 1)
46usermod -aG sudo $user 46usermod -aG sudo $user
47 47
48cp user.sh deploy.conf /home/$USER/ 48cp user.sh deploy.conf /home/$user/
49 49
50echo -e "\n\n"
50echo "Next: run 'logout' and then log in as the standard user created during the installation" 51echo "Next: run 'logout' and then log in as the standard user created during the installation"
51echo "After loggin in run: './ user.sh'" 52echo "After loggin in run: './ user.sh'"
53echo -e "\n\n"
diff --git a/packages.custom b/packages.custom
index 37a94be..e69de29 100644
--- a/packages.custom
+++ b/packages.custom
@@ -1,2 +0,0 @@
1# Use this file to specify additional packages to install
2