home · contact · privacy
Remove removal of reinstated bashrc.
[config] / jessie_start_server.sh
index 2e9e19e4a30a55e6341b7ebdf60a8b4b701c1db2..a97bed83317dee211c0f005a483d77a40e00ba9c 100755 (executable)
@@ -5,9 +5,6 @@ set -e
 # Set root pw.
 passwd
 
-# Remove unused .bashrc.
-rm ~/.bashrc
-
 # Post-installation reduction.
 dpkg-query -Wf '${Package} ${Priority}\n' | grep ' required' | sed 's/ required//' > list_white_unsorted 
 echo 'ifupdown' >> list_white_unsorted