Skip to content

Commit df839e7

Browse files
committed
remove token now that the repo wil be public
Signed-off-by: Michel-FK <[email protected]>
1 parent 574f489 commit df839e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You may now build your FunKey with:
9494
```bash
9595
$ make
9696
```
97-
This may take a while (~1h30), so consider getting yourself a cup or glass of your favorite beverage ;-)
97+
This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)
9898

9999
<ins>Note</ins>: you will need to have access to the network, since buildroot will download the package sources.
100100

@@ -111,6 +111,7 @@ When using a Docker container, you must first create a new directory (here we cr
111111
```bash
112112
$ mkdir FunKey-OS
113113
$ cd FunKey-OS
114+
$ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile
114115
```
115116

116117
You must then build the docker image (don't forget the final dot!):
@@ -138,7 +139,7 @@ Or:
138139
$ docker logs funkey-os
139140
```
140141

141-
This may take a while (~1h30), so consider getting yourself a cup or glass of your favorite beverage ;-)
142+
This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)
142143

143144
<ins>Note</ins>: you will need to have access to the network, since buildroot will download the package sources.
144145

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ RUN \
9292
echo "funkey:funkey" | chpasswd && \
9393
#
9494
# Clone the FunKey-OS repository
95-
git config --global url."https://91133a45ba476b7fc73c7b190dc597fa8f9c909d:@github.com/".insteadOf "https://github.com/" && \
9695
git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \
9796
#
9897
# Set file ownership

0 commit comments

Comments
 (0)