Skip to content

Commit

Permalink
also update desktop-config
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Oct 1, 2023
1 parent 7dc733f commit b22015e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmp/nuts-ccu
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ rm -rf \
/etc/skel \
/etc/sysctl.d/10-nx-sysctl-overrides.conf \
/etc/udev/rules.d/50-ioschedulers.rules \
/etc/xdg
/etc/xdg \
/usr/bin/desktop-config

git clone --depth=1 --branch $NX_SET_BRANCH https://github.com/Nitrux/nx-desktop-settings.git "$NX_SET_DIR" || {
puts_error "Failed to clone repository."
Expand All @@ -141,6 +142,7 @@ cp -r "$NX_SET_DIR/etc/skel" /etc
cp "$NX_SET_DIR/etc/sysctl.d/10-nx-sysctl-overrides.conf" /etc/sysctl.d/
cp "$NX_SET_DIR/etc/udev/rules.d/50-ioschedulers.rules" /etc/udev/rules.d/
cp -r "$NX_SET_DIR/etc/xdg" /etc
cp -r "$NX_SET_DIR/usr/bin/desktop-config" /usr/bin/

rm -r "$NX_SET_DIR"

Expand Down

0 comments on commit b22015e

Please sign in to comment.