mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Stop hardcoding compression level
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3e97fd298c
commit
f1508a7f01
@ -27,7 +27,7 @@ unpriv(){
|
||||
virtualization=$(systemd-detect-virt)
|
||||
|
||||
# Increase compression level
|
||||
sudo sed -i 's/zstd:1/zstd:3/g' /etc/fstab
|
||||
sudo sed -i 's/zstd:1/zstd/g' /etc/fstab
|
||||
|
||||
# Compliance
|
||||
sudo systemctl mask debug-shell.service
|
||||
|
@ -27,7 +27,7 @@ unpriv(){
|
||||
virtualization=$(systemd-detect-virt)
|
||||
|
||||
# Increase compression level
|
||||
sudo sed -i 's/zstd:1/zstd:3/g' /etc/fstab
|
||||
sudo sed -i 's/zstd:1/zstd/g' /etc/fstab
|
||||
|
||||
# Compliance
|
||||
sudo systemctl mask debug-shell.service
|
||||
|
Loading…
Reference in New Issue
Block a user