Skip to content

Commit

Permalink
add heead
Browse files Browse the repository at this point in the history
  • Loading branch information
wechris committed Feb 17, 2019
1 parent 4090823 commit d1cff48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/changetogerman.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#!/bin/bash
echo "change keyboard and language..."
sudo sed -i 's/"english-us,pc104"/"german,pc104"/g' /etc/sysconfig/keyboard
sudo sed -i 's/"en_US.UTF-8"/"de_DE.UTF-8"/g' /etc/sysconfig/language
Expand Down
1 change: 1 addition & 0 deletions install/sapinst.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
echo "modify hostname..."
sudo echo "10.0.2.15 vhcalnplci vhcalnplci.dummy.nodomain" > /etc/hosts

Expand Down
2 changes: 1 addition & 1 deletion install/uuidd.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#!/bin/bash
echo "start uuidd..."
sudo zypper --non-interactive install uuidd
sudo service uuidd start

0 comments on commit d1cff48

Please sign in to comment.