Compare commits

...

3 commits

Author SHA1 Message Date
askiiart
86e0404d4b
add lib-fuse 2024-12-10 11:31:55 -06:00
askiiart
d793228abe
run distro-de scripts, add localsend 2024-12-10 10:57:14 -06:00
askiiart
b001e1a3b6
add electrum, feather, obs 2024-12-08 20:51:14 -06:00
2 changed files with 5 additions and 1 deletions

View file

@ -34,6 +34,7 @@ chmod 700 restore.sh
cd .. cd ..
./device-specific.sh ./device-specific.sh
./dotfiles/run-distro-de-script.sh
if command_exists "rpm-ostree"; then if command_exists "rpm-ostree"; then
read -p "Press enter to reboot" read -p "Press enter to reboot"

View file

@ -12,7 +12,7 @@ if command_exists "apt-get"; then
sudo apt-get install kitty -y sudo apt-get install kitty -y
echo "Please install SchildiChat, nvim/neovim" echo "Please install SchildiChat, nvim/neovim"
elif command_exists "dnf"; then elif command_exists "dnf"; then
sudo dnf install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 keepassxc python3-pip ffmpegthumbnailer linuxconsoletools bind-utils hyfetch fastfetch nmap unrar-free restic gparted bsdtar android-tools httpd-tools digikam edid-decode hexchat htop minetest fuse-sshfs syncthing nasm sysstat openshot HandBrake HandBrake-gui -y sudo dnf install kitty neovim gcc gnome-hexgl drawing make vlc freeglut ncdu gcolor3 rustup p7zip mosh krita podman podman-docker podman-compose gajim progress yt-dlp genisoimage zstd iperf3 keepassxc python3-pip ffmpegthumbnailer linuxconsoletools bind-utils hyfetch fastfetch nmap unrar-free restic gparted bsdtar android-tools httpd-tools digikam edid-decode hexchat htop minetest fuse-sshfs syncthing nasm sysstat openshot HandBrake HandBrake-gui electrum feather obs-studio fuse-libs -y
sudo dnf install ffmpeg --allowerasing sudo dnf install ffmpeg --allowerasing
sudo systemctl enable --now syncthing@askiiart sudo systemctl enable --now syncthing@askiiart
@ -24,10 +24,13 @@ elif command_exists "dnf"; then
# should be in my repo, but this works as both a fallback, and is faster than downloading from my repo - updates will come from my repo, though # should be in my repo, but this works as both a fallback, and is faster than downloading from my repo - updates will come from my repo, though
sudo dnf install $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \" | tr -d ' ') sudo dnf install $(curl -s https://api.github.com/repos/SchildiChat/schildichat-desktop/releases/latest | grep "browser_download_url.*schildichat-desktop-.*.x86_64.rpm" | cut -d : -f 2,3 | tr -d \" | tr -d ' ')
### Install AppImages ###
# Install FjordLauncherUnlocked # Install FjordLauncherUnlocked
mkdir ~/Applications mkdir ~/Applications
cd ~/Applications cd ~/Applications
curl -LO $(curl -s https://api.github.com/repos/hero-persson/FjordLauncherUnlocked/releases/latest | grep "browser_download_url.*FjordLauncher-.*.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C - curl -LO $(curl -s https://api.github.com/repos/hero-persson/FjordLauncherUnlocked/releases/latest | grep "browser_download_url.*FjordLauncher-.*.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C -
# Install localsend
curl -LO $(curl -s https://api.github.com/repos/localsend/localsend/releases/latest | grep "browser_download_url.*LocalSend-.*.AppImage" | head --lines 1 | cut -d : -f 2,3 | tr -d \") -C -
# Install DwarFS # Install DwarFS
sudo dnf copr enable jc141/DwarFS sudo dnf copr enable jc141/DwarFS