Commit b7445833 authored by isaagar's avatar isaagar

Merge branch 'default-shell-fix' into 'master'

This merge request resolves a few of the bugs and issues. See merge request hamara-developers/hamara-live-build!50
parents 692e7d94 e9913990
#!/bin/bash
#install hamara Sugam repositories
echo "#Hamara Sugam repositories" > /etc/apt/sources.list
echo "deb http://in.devel.hamaralinux.org/hamara-sugam namaste main contrib non-free" >> /etc/apt/sources.list
echo "deb-src http://in.devel.hamaralinux.org/hamara-sugam namaste main contrib non-free" >> /etc/apt/sources.list
echo "deb http://security.debian.org/debian-security testing/updates main" >> /etc/apt/sources.list
apt update
#!/bin/bash
echo $SHELL
echo $USER
cp /etc/skel/.bashrc /home/hamara/.bashrc
\ No newline at end of file
......@@ -86,4 +86,5 @@ console-setup
#Support for printers
system-config-printer
#logical volume management support
lvm2
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment