Skip to content

Commit

Permalink
fix onclick
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed Apr 10, 2023
1 parent af987d7 commit 7268bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions usr/bin/biglinux-sync-skel
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

who=$(who | awk '{ print $1 }' | head -n 1)
rsync -Cazog --chown=$who:$who /etc/skel/ /home/$who/

#pacman -Sy --noconfirm --needed $(curl https://raw.githubusercontent.com/biglinux/biglinux-calamares-${DESKTOP_SESSION}/main/usr/share/bigbashview/bcc/apps/bigbashview-calamares/desktops/${DESKTOP_SESSION}/pkginstall.txt)
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
</div>
<div class="button-wrapper">
<div class="button-wrapper">
<input id="led0" onclick="_run('change-keyboard-led')" type="checkbox" class="switch" style="top: 3px;" $checked_developmentmode>
<input id="led0" onclick="_run('./development-mode.run')" type="checkbox" class="switch" style="top: 3px;" $checked_developmentmode>
</div>
</div>
</li>
Expand Down

0 comments on commit 7268bbe

Please sign in to comment.