Przeglądaj źródła

remove token now that the repo wil be public

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
Michel-FK 3 lat temu
rodzic
commit
df839e7919
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 2
      README.md
  2. 0 1
      docker/Dockerfile

+ 3 - 2
README.md

@@ -94,7 +94,7 @@ You may now build your FunKey with:
 ```bash
 $ make
 ```
-This may take a while (~1h30), so consider getting yourself a cup or glass of your favorite beverage ;-)
+This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)
 
 <ins>Note</ins>: you will need to have access to the network, since buildroot will download the package sources.
 
@@ -111,6 +111,7 @@ When using a Docker container, you must first create a new directory (here we cr
 ```bash
 $ mkdir FunKey-OS
 $ cd FunKey-OS
+$ wget https://raw.githubusercontent.com/FunKey-Project/FunKey-OS/master/docker/Dockerfile
 ```
 
 You must then build the docker image (don't forget the final dot!):
@@ -138,7 +139,7 @@ Or:
 $ docker logs funkey-os
 ```
 
-This may take a while (~1h30), so consider getting yourself a cup or glass of your favorite beverage ;-)
+This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)
 
 <ins>Note</ins>: you will need to have access to the network, since buildroot will download the package sources.
 

+ 0 - 1
docker/Dockerfile

@@ -92,7 +92,6 @@ RUN \
 	echo "funkey:funkey" | chpasswd && \
 	#
 	# Clone the FunKey-OS repository
-	git config --global url."https://91133a45ba476b7fc73c7b190dc597fa8f9c909d:@github.com/".insteadOf "https://github.com/" && \
 	git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \
 	#
 	# Set file ownership