Добавлен софт
This commit is contained in:
parent
605622e36a
commit
fa81752c3c
3 changed files with 7 additions and 4 deletions
11
Alt_linux_after_install.sh
Normal file → Executable file
11
Alt_linux_after_install.sh
Normal file → Executable file
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
#Определяем пользователя
|
||||
NEED_USER=$(echo $USER) # Или замените на нужного
|
||||
NEED_USER=
|
||||
|
||||
#Добавляем пользователя в судо
|
||||
usermod -aG wheel $NEED_USER
|
||||
|
|
@ -8,11 +8,11 @@ control sudowheel enabled
|
|||
|
||||
#Ставим софт
|
||||
apt-get update && apt-get dist-upgrade -y && update-kernel -y
|
||||
apt-get install keepassxc rust rust-cargo golang wine zed gearlever -y
|
||||
apt-get install firefox thunderbird virtualbox mpv throne moc synaptic -y
|
||||
apt-get install rust rust-cargo golang wine gearlever neovim -y
|
||||
apt-get install thunderbird mpv throne moc synaptic alacritty -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 syncthing veracrypt webapp-manager flacon -y
|
||||
apt-get install putty veracrypt webapp-manager flacon zsh -y
|
||||
apt-get install solaar timeshift wireshark audacity obs-studio java-21-openjdk -y
|
||||
apt-get install remmina qbittorrent tmux darktable mkvtoolnix mkvtoolnix-gui -y
|
||||
apt-get install rocm-opencl-runtime amdgpu-rock libGLU -y
|
||||
|
|
@ -21,6 +21,9 @@ apt-get install rocm-opencl-runtime amdgpu-rock libGLU -y
|
|||
gpasswd -a $NEED_USER fuse
|
||||
flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
#Ставим софт из flatpak
|
||||
flatpak install org.keepassxc.KeePassXC net.qsl.QSSTV io.dbeaver.DBeaverCommunity
|
||||
|
||||
# Устанавливаем Shodan и Goshod
|
||||
pip3 install -U --user shodan
|
||||
go install github.com/jayateertha043/goshod@latest
|
||||
|
|
|
|||
0
LICENSE
Normal file → Executable file
0
LICENSE
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
Loading…
Add table
Reference in a new issue