forked from RP1/RaveOS-arch
wget fixed
This commit is contained in:
parent
12573fd73d
commit
66092e2378
1 changed files with 7 additions and 7 deletions
14
rp-os-ae.sh
14
rp-os-ae.sh
|
@ -12,19 +12,19 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
|
||||
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-t
|
||||
|
||||
# Downloading RavePkg
|
||||
mkdir cosmetics
|
||||
cd cosmetics
|
||||
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/R_0cJkKL/
|
||||
unzip cosmetics.zip
|
||||
sudo chown -R $USER:$GROUP /home/$USER/cosmetics/
|
||||
|
||||
# Installing packages
|
||||
|
||||
sudo pacman -S gnome-terminal gnome-session gdm gnome-disk-utility gnome-system-monitor eog flatpak base-devel bash-completion firefox gedit gnome-calculator baobab ffmpeg git gnome-control-center gnome-browser-connector xdg-desktop-portal xdg-desktop-portal-gnome xdg-desktop-portal-gtk xdg-desktop-portal-wlr ttf-ubuntu-font-family gnome-settings-daemon unzip wget glib2 glib2-devel spice-vdagent rsync hblock nano --noconfirm
|
||||
sudo systemctl enable gdm.service
|
||||
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target geoclue.service
|
||||
|
||||
# Downloading RavePkg
|
||||
mkdir cosmetics
|
||||
cd cosmetics
|
||||
wget -O cosmetics.zip https://files.rp1.hu/api/public/dl/R_0cJkKL/
|
||||
unzip cosmetics.zip
|
||||
sudo chown -R $USER:$GROUP /home/$USER/cosmetics/
|
||||
|
||||
git clone https://aur.archlinux.org/yay-bin.git
|
||||
cd yay-bin
|
||||
makepkg -si --noconfirm
|
||||
|
|
Loading…
Reference in a new issue