From 7eb4fef9b605b53f036941745ee1e4409d323c07 Mon Sep 17 00:00:00 2001 From: "Toerd@archlinux" Date: Mon, 6 Apr 2020 03:40:05 +0200 Subject: [PATCH] fix: bashrc was not executable --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index c6aa6bc..b707a3d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -130,6 +130,7 @@ printf "${PASSWD}\n${PASSWD}\n" | passwd root cd && curl -L https://g.phga.de/toerd/fresh/archive/master.tar.gz -o fresh.tar.gz && tar -xzf fresh.tar.gz # basically a shitty one time job echo '/root/fresh/fresh.sh' > .bashrc +chmod 700 .bashrc exit EOF