Skip to content

Commit

Permalink
Merge pull request #103 from xeon-zolt/hostname
Browse files Browse the repository at this point in the history
Changing hostname on the generated ISO
  • Loading branch information
tabesin authored Aug 5, 2017
2 parents 69646c2 + c2fae54 commit 15c3183
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,15 @@ chmod +x meilix-generator.sh browser.sh
echo "$(<meilix-generator.sh)" #to test the file
./meilix-generator.sh
rm meilix-generator.sh
#change host name
hostname ${TRAVIS_TAG}
./browser.sh
rm browser.sh
chmod +x set-wallpaper.sh && ./set-wallpaper.sh
#delete temporary files
rm meilix-generator.sh
rm -rf /tmp/* ~/.bash_history
Expand Down

0 comments on commit 15c3183

Please sign in to comment.