Moving toward working gui installation.
This commit is contained in:
@@ -38,4 +38,14 @@ if [ -d /home/stormux ]; then
|
||||
chown -R 1000:1000 /home/stormux
|
||||
fi
|
||||
|
||||
# Copy Stormux custom skel files to /etc/skel
|
||||
# This is done after package installation to avoid conflicts with packages like screen
|
||||
echo "Copying Stormux custom skel files..."
|
||||
if [ -d /etc/skel.stormux ]; then
|
||||
cp -a /etc/skel.stormux/. /etc/skel/
|
||||
echo "Stormux skel files copied to /etc/skel"
|
||||
else
|
||||
echo "Warning: /etc/skel.stormux not found"
|
||||
fi
|
||||
|
||||
echo "Airootfs customization complete"
|
||||
|
||||
Reference in New Issue
Block a user