forked from RP1/RaveOS-arch
Update ros-progs-gui.sh
This commit is contained in:
parent
4a63cbe179
commit
c29c234e59
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com 2>/dev/null
|
# sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com 2>/dev/null
|
||||||
sudo pacman-key --lsign-key 3056513887B78AEB 2>/dev/null
|
# sudo pacman-key --lsign-key 3056513887B78AEB 2>/dev/null
|
||||||
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' --noconfirm 2>/dev/null
|
# sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' --noconfirm 2>/dev/null
|
||||||
|
|
||||||
# ROS Telepito szamlalo by Marci
|
# ROS Telepito szamlalo by Marci
|
||||||
APP_DIR="/home/$USER/.local/share/applications"
|
APP_DIR="/home/$USER/.local/share/applications"
|
||||||
|
|
Loading…
Reference in a new issue