Spaces:
Paused
Paused
BinaryONe
commited on
Commit
·
1feba88
1
Parent(s):
1f5bb21
Changes
Browse files
init.sh
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
#!/bin/bash
|
| 2 |
echo "* Hi There I am Booting up : $(whoami)"
|
|
|
|
| 3 |
# Function to print the current hostname and user details
|
| 4 |
|
| 5 |
#echo "0.0.0.0 abc" | sudo tee -a /etc/hosts
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
echo "* Hi There I am Booting up : $(whoami)"
|
| 3 |
+
mount -o remount /
|
| 4 |
# Function to print the current hostname and user details
|
| 5 |
|
| 6 |
#echo "0.0.0.0 abc" | sudo tee -a /etc/hosts
|