Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Mar 30, 2017
1 parent a012714 commit 254d2c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 171 deletions.
9 changes: 5 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash
cd "$(dirname "$BASH_SOURCE")"
sudo -sk bash <<EOF
sudo -s bash <<EOF
mkdir -p /usr/local/JLIVECD
shopt -s dotglob
cp -R ./* /usr/local/JLIVECD
cp -R ./* /usr/local/JLIVECD/
cp -R ./.[^.g]* /usr/local/JLIVECD/
chmod -R 777 /usr/local/JLIVECD
chmod 755 /usr/local/JLIVECD/updarp /usr/local/JLIVECD/JLstart /usr/local/JLIVECD/JLopt /usr/local/JLIVECD/main/custom_desktop /usr/local/JLIVECD/main/preparechroot /usr/local/JLIVECD/main/help
cd /usr/local/JLIVECD
chmod 755 updarp JLstart JLopt main/custom_desktop main/preparechroot main/help funcs.sh install.sh main/JLRefreshNetwork defconf.sh .config
ln -sf /usr/local/JLIVECD/JLstart /bin/JLstart
ln -sf /usr/local/JLIVECD/JLstart /usr/bin/jlstart
ln -sf /usr/local/JLIVECD/JLopt /bin/JLopt
Expand Down
167 changes: 0 additions & 167 deletions test.sh

This file was deleted.

0 comments on commit 254d2c8

Please sign in to comment.