- Timestamp:
- 06/29/2026 11:27:49 PM (2 months ago)
- Branches:
- main
- Children:
- 1273101
- Parents:
- 328d837
- File:
-
- 1 edited
-
scripts/install.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
scripts/install.sh
r328d837 r09a2061 238 238 runuser -u ${KLONKT_USER} -- git -C "\$D" reset --hard origin/${KLONKT_BRANCH} 239 239 A=\$(runuser -u ${KLONKT_USER} -- git -C "\$D" rev-parse HEAD) 240 if [ "\$B" = "\$A" ]; then 241 echo "Klonkt is already up to date (\$A) — nothing to do." 242 exit 0 243 fi 240 244 if ! runuser -u ${KLONKT_USER} -- git -C "\$D" diff --quiet "\$B" "\$A" -- package-lock.json 2>/dev/null; then 241 245 runuser -u ${KLONKT_USER} -- env HOME="\$D" bash -c "cd '\$D' && npm ci --omit=dev"
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)