Skip to content

Commit

Permalink
--disable-old-build-warning-yesiknowitisinsecure \
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch committed Mar 13, 2022
1 parent 9dc4f19 commit a429c74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions install-scripts/6-desktop/06-nativefierApps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ $LMOS == Debian ]; then
fi

# Minimize space by linking identical files
hardlink -v -t /opt/*
hardlink -v -t /opt/* /usr/lib/node_modules/electron/*
npm cache clean --force

########################################################################################################################
Expand Down Expand Up @@ -116,7 +116,7 @@ if [ $LMOS == Debian ]; then
fi

# Minimize space by linking identical files
hardlink -v -t /opt/*
hardlink -v -t /opt/* /usr/lib/node_modules/electron/*
npm cache clean --force

########################################################################################################################
Expand Down Expand Up @@ -164,7 +164,7 @@ if [ $LMOS == Debian ]; then
fi

# Minimize space by linking identical files
hardlink -v -t /opt/*
hardlink -v -t /opt/* /usr/lib/node_modules/electron/*
npm cache clean --force

########################################################################################################################
Expand Down Expand Up @@ -203,7 +203,7 @@ if [ $LMOS == Debian ]; then
fi

# Minimize space by linking identical files
hardlink -v -t /opt/*
hardlink -v -t /opt/* /usr/lib/node_modules/electron/*
npm cache clean --force

########################################################################################################################
Expand Down Expand Up @@ -247,7 +247,7 @@ if [ $LMOS == Debian ]; then
fi

# Minimize space by linking identical files
hardlink -v -t /opt/*
hardlink -v -t /opt/* /usr/lib/node_modules/electron/*
npm cache clean --force

apt-get clean

0 comments on commit a429c74

Please sign in to comment.