mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
Add clone-sparkos.sh script to root home directory
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
2
rootfs/root/clone-sparkos.sh
Executable file
2
rootfs/root/clone-sparkos.sh
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
git clone https://github.com/johndoe6345789/SparkOS.git
|
||||||
@@ -111,6 +111,14 @@ export EDITOR=vi
|
|||||||
export PAGER=less
|
export PAGER=less
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Create git clone script for SparkOS repository
|
||||||
|
cat > "$ROOTFS_DIR/root/clone-sparkos.sh" << 'EOF'
|
||||||
|
#!/bin/sh
|
||||||
|
git clone https://github.com/johndoe6345789/SparkOS.git
|
||||||
|
EOF
|
||||||
|
|
||||||
|
chmod +x "$ROOTFS_DIR/root/clone-sparkos.sh"
|
||||||
|
|
||||||
# Create a simple help script
|
# Create a simple help script
|
||||||
cat > "$ROOTFS_DIR/bin/sparkos-help" << 'EOF'
|
cat > "$ROOTFS_DIR/bin/sparkos-help" << 'EOF'
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|||||||
Reference in New Issue
Block a user