fix: setup.sh
This commit is contained in:
parent
188d0b8ba0
commit
e03b1b9997
5 changed files with 15 additions and 11 deletions
|
|
@ -28,7 +28,6 @@ org.freedesktop.Platform.GL.default
|
|||
(Extra)
|
||||
org.freedesktop.Platform.GL32.default
|
||||
org.freedesktop.Platform.GL32.default
|
||||
(Extra)
|
||||
org.freedesktop.Platform.GStreamer.gstreamer-vaapi
|
||||
org.freedesktop.Platform.ffmpeg-full
|
||||
org.freedesktop.Platform.ffmpeg_full.i386
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ install() {
|
|||
if [ "$PKG" == '' ]; then
|
||||
CHOICE="F"
|
||||
read -p "Flatpak, cargo or aur? [F/c/a] " CHOICE
|
||||
if [ "$CHOICE" == 'F' ]; then
|
||||
if [ "$CHOICE" == 'F' ] || [ "$CHOICE" == '' ]; then
|
||||
flatpak install "$1"
|
||||
elif [ "$CHOICE" == 'c' ]; then
|
||||
mkdir -p $HOME/.local/bin/cargo/
|
||||
|
|
|
|||
|
|
@ -75,6 +75,8 @@ aws-crt-cpp
|
|||
aws-sdk-cpp
|
||||
ayatana-ido
|
||||
babl
|
||||
baloo-widgets
|
||||
baloo5
|
||||
base
|
||||
bash
|
||||
bat
|
||||
|
|
@ -188,6 +190,7 @@ docbook-xml
|
|||
docbook-xsl
|
||||
docker
|
||||
docker-compose
|
||||
dolphin
|
||||
dosfstools
|
||||
dotnet-host
|
||||
dotnet-runtime
|
||||
|
|
@ -289,6 +292,7 @@ ghc-libs
|
|||
ghostscript
|
||||
giflib
|
||||
gimp
|
||||
girara
|
||||
git
|
||||
gitoxide
|
||||
gitui
|
||||
|
|
@ -2147,6 +2151,7 @@ yasm
|
|||
yay
|
||||
youtube-dl
|
||||
yt-dlp
|
||||
zathura
|
||||
zbar
|
||||
zenith
|
||||
zenity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue