compress_script
This commit is contained in:
parent
c938227ae7
commit
f8d4d03577
1 changed files with 6 additions and 4 deletions
|
@ -377,6 +377,12 @@ echo " Option \"AccelerationDenominator\" \"1\"" >> /etc/X11/xorg.conf.d/50-mous
|
||||||
echo " Option \"AccelerationThreshold\" \"4\"" >> /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
|
echo " Option \"AccelerationThreshold\" \"4\"" >> /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
|
||||||
echo "EndSection" >> /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
|
echo "EndSection" >> /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
|
||||||
|
|
||||||
|
# import compress script
|
||||||
|
|
||||||
|
# compress-script
|
||||||
|
cp /opt/${repo}/compress.sh /usr/bin/compress
|
||||||
|
chmod 755 /usr/bin/compress
|
||||||
|
|
||||||
# set config direction
|
# set config direction
|
||||||
|
|
||||||
if [ -d /root/.config ]; then
|
if [ -d /root/.config ]; then
|
||||||
|
@ -510,10 +516,6 @@ chmod 755 /usr/bin/btrfs-swapon
|
||||||
cp /opt/${repo}/btrfs-swapoff /usr/bin/
|
cp /opt/${repo}/btrfs-swapoff /usr/bin/
|
||||||
chmod 755 /usr/bin/btrfs-swapoff
|
chmod 755 /usr/bin/btrfs-swapoff
|
||||||
|
|
||||||
# compress-script
|
|
||||||
cp /opt/${repo}/compress.sh /usr/bin/compress
|
|
||||||
chmod 755 /usr/bin/compress
|
|
||||||
|
|
||||||
# ssh
|
# ssh
|
||||||
cp /opt/${repo}/sshd_config /etc/ssh/sshd_config
|
cp /opt/${repo}/sshd_config /etc/ssh/sshd_config
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue