first commit
This commit is contained in:
commit
d95283a70f
10
installaur.sh
Normal file
10
installaur.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
distrobox create -n arch -i quay.io/toolbx/arch-toolbox:latest
|
||||||
|
distrobox enter --name arch -- sudo pacman -Suy
|
||||||
|
distrobox enter --name arch -- sudo pacman -Sy --needed git base-devel
|
||||||
|
distrobox enter --name arch -- git clone https://aur.archlinux.org/yay-bin.git ~/Downloads/yay-bin
|
||||||
|
cd ~/Downloads/yay-bin
|
||||||
|
distrobox enter --name arch -- makepkg -siy
|
||||||
|
distrobox enter --name arch -- distrobox-export --bin /usr/bin/yay --export-path ~/Downloads/yay-bin
|
||||||
|
pkexec cp ~/Downloads/yay-bin/yay /usr/bin/yay
|
||||||
|
rm -rdy ~/Downloads/yay-bin
|
2
installflatpak.sh
Normal file
2
installflatpak.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
flatpak install flathub md.obsidian.Obsidian com.mattjakeman.ExtensionManager io.github.shiftey.Desktop io.github.achetagames.epic_asset_manager
|
11
installrpm.sh
Normal file
11
installrpm.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
|
||||||
|
echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" | sudo tee /etc/yum.repos.d/vscode.repo > /dev/null
|
||||||
|
sudo dnf update -y
|
||||||
|
|
||||||
|
sudo dnf group install --with-optional virtualization
|
||||||
|
|
||||||
|
sudo dnf install akmod-nvidia xorg-x11-drv-nvidia-cuda distrobox code nextcloud-client -y
|
||||||
|
|
||||||
|
sudo systemctl start libvirtd
|
||||||
|
sudo systemctl enable libvirtd
|
Loading…
Reference in New Issue
Block a user