summaryrefslogtreecommitdiff
path: root/bin/network_configuration.sh
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-09-23 21:25:25 +0200
committerxengineering <mail2xengineering@protonmail.com>2019-09-23 21:25:25 +0200
commit45ecf79c4198fcb8399b36bf695b535d35854cca (patch)
treeed1e29749ecbca9dc94ef8776b0cce5f3f4d75a9 /bin/network_configuration.sh
parent1c2a083eda484a53660d5f1394e7a4eed77389e8 (diff)
downloadarchinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.tar
archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.tar.zst
archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.zip
Some small changes.
Diffstat (limited to 'bin/network_configuration.sh')
-rw-r--r--bin/network_configuration.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/network_configuration.sh b/bin/network_configuration.sh
index 23368b2..8eb73f6 100644
--- a/bin/network_configuration.sh
+++ b/bin/network_configuration.sh
@@ -18,6 +18,11 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
+##############################
+# network_configuration.sh #
+##############################
+
+
# Network Configuration
touch /etc/hostname
@@ -31,4 +36,3 @@ echo "::1 localhost" >> /etc/hosts
echo "Network configuration done - OK"
echo ""
sleep 1
-