aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-09-02 14:58:51 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-09-02 14:58:51 +0200
commit370efe6fd7f23611cdb1501d5426e2a5c796d0d3 (patch)
tree26420998300fe1df3e80623ac93cb7145094ac8a /install.sh
parent963e4d2c0b9230ce5e155e7937d3fe3b56e6745e (diff)
Install shell in the beginning
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index e661fe9..95d0cba 100755
--- a/install.sh
+++ b/install.sh
@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+./shell_only.sh
+
set -e
echo -e "\e[1m\e[1;31mMAKE SURE YOU ARE IN THE DIRECTORY THIS SCRIPT IS LOCATED IN!"
@@ -112,5 +114,3 @@ mkdir -p ~/.config
ln -sf ${PWD}/picom.conf ~/.config/picom.conf
${SUDO} usermod -G video ${USER}
-
-./shell_only.sh