Flashybrid: Porovnání verzí
Z Wiki UnArt Slavičín
Skočit na navigaciSkočit na vyhledávání
Bez shrnutí editace |
Bez shrnutí editace |
||
Řádek 5: | Řádek 5: | ||
wget http://hacks.slashdirt.org/sw/flashybrid/flashybrid_0.21_all.deb | wget http://hacks.slashdirt.org/sw/flashybrid/flashybrid_0.21_all.deb | ||
dpkg -i flashybrid_0.21_all.deb | dpkg -i flashybrid_0.21_all.deb | ||
/etc/default/flashybrid: | |||
# This file controls the flashybrid init script. | |||
# Whether to start flashybrid on boot, and shut it down on shutdown. | |||
# This has the potential to break your system if it is turned on, so | |||
# make sure you understand flashybrid, and have configured it for your | |||
# system, before turning this on. | |||
ENABLED=yes | |||
# Whether to display a message before a directory is synchronized or not. | |||
VERBOSE=yes |
Verze z 6. 6. 2017, 14:58
http://hacks.slashdirt.org/sw/flashybrid/
apt-get update apt-get install rsync wget http://hacks.slashdirt.org/sw/flashybrid/flashybrid_0.21_all.deb dpkg -i flashybrid_0.21_all.deb
/etc/default/flashybrid:
# This file controls the flashybrid init script. # Whether to start flashybrid on boot, and shut it down on shutdown. # This has the potential to break your system if it is turned on, so # make sure you understand flashybrid, and have configured it for your # system, before turning this on. ENABLED=yes # Whether to display a message before a directory is synchronized or not. VERBOSE=yes