Change volumes
This commit is contained in:
parent
977f61239e
commit
5030a420cc
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ apt-get install rust rust-cargo golang wine gearlever LibreOffice LibreOffice-kd
|
|||
apt-get install thunderbird mpv throne moc synaptic alacritty virt-manager virt-manager-common -y
|
||||
apt-get install steam portproton-installer python3-module-pip rpi-imager -y
|
||||
apt-get install git ansible docker-engine docker-compose flatpak filezilla -y
|
||||
apt-get install putty veracrypt webapp-manager flacon zsh firefox alien -y
|
||||
apt-get install putty veracrypt webapp-manager flacon zsh firefox alien kdeconnect -y
|
||||
apt-get install solaar timeshift wireshark audacity obs-studio java-21-openjdk -y
|
||||
apt-get install remmina qbittorrent zellij darktable mkvtoolnix mkvtoolnix-gui yamllint -y
|
||||
apt-get install rocm-opencl-runtime amdgpu-rock libGLU k3b kdenlive libvdpau-va-gl -y
|
||||
|
|
@ -51,8 +51,8 @@ rm -rf ./ohmyzsh-theme-passion
|
|||
cp alacritty_dracula.toml /home/$NEED_USER/.config/alacritty/alacritty.toml
|
||||
|
||||
# Ограничиваем использование RAM при копировании
|
||||
echo 'vm.dirty_background_bytes=16777216' >> /etc/sysctl.conf
|
||||
echo 'vm.dirty_bytes=33554432' >> /etc/sysctl.conf
|
||||
echo 'vm.dirty_background_bytes=268435456' >> /etc/sysctl.conf
|
||||
echo 'vm.dirty_bytes=536870912' >> /etc/sysctl.conf
|
||||
|
||||
# Фиксим фризы на amd
|
||||
mkdir -p /usr/lib64/vdpau
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue