Remove /
This commit is contained in:
parent
0f50309288
commit
8b1aa5288b
1 changed files with 6 additions and 6 deletions
12
install.sh
12
install.sh
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo 'Starting installation'
|
||||
|
||||
echo 'Installing RPMFusion...'
|
||||
|
@ -9,7 +8,7 @@ sudo dnf install -y \
|
|||
|
||||
echo 'Installing base packages...'
|
||||
sudo dnf install -y \
|
||||
git which util-linux-user vim-enhanced \
|
||||
git which util-linux-user vim-enhanced
|
||||
|
||||
#echo 'Install fancy programming stuff...'
|
||||
#sudo dnf install -y \
|
||||
|
@ -21,12 +20,13 @@ sudo dnf install -y \
|
|||
# langpacks-de
|
||||
|
||||
#echo 'Install my desktop stuff...'
|
||||
#sudo dnf install -y \
|
||||
# awesome dex-autostart pavucontrol
|
||||
|
||||
# echo 'Installing graphical applications...'
|
||||
# sudo dnf install -y \
|
||||
# guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client \
|
||||
# flameshot ibus-uniemoji xsel mpv xt7-player-mpv
|
||||
#echo 'Installing graphical applications...'
|
||||
#sudo dnf install -y \
|
||||
# guake gvim firefox thunderbird keepassxc filezilla telegram-desktop nextcloud-client libreoffice lpf-spotify-client \
|
||||
# flameshot ibus-uniemoji xsel mpv xt7-player-mpv
|
||||
|
||||
#echo 'Install work packages'
|
||||
#sudo dnf install -y \
|
||||
|
|
Loading…
Reference in a new issue