Updated the update script.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
gitUrl="https://git.stormux.org/storm/gaming-image-files"
|
||||
gitPath="${gitUrl##*/}"
|
||||
pushd /tmp
|
||||
sudo -u stormux git clone "${gitUrl}"
|
||||
git clone "${gitUrl}"
|
||||
pushd "${gitPath}"
|
||||
# Copy all files as root (preserves permissions properly)
|
||||
find . -path './.git' -prune -o -type f -exec bash -c 'for i ; do cp -av --preserve=all --parents "${i}" /;done' _ {} \;
|
||||
|
||||
Reference in New Issue
Block a user