mirror of
https://github.com/km4ack/patmenu2.git
synced 2025-05-17 23:30:11 -07:00
x86 initial
This commit is contained in:
parent
20ef722da0
commit
feb1bbd007
8
setup
Normal file → Executable file
8
setup
Normal file → Executable file
@ -9,12 +9,12 @@ BKDIR=$HOME/Desktop/config-bkups
|
|||||||
NEWCONFIG=$HOME/Desktop/test.txt
|
NEWCONFIG=$HOME/Desktop/test.txt
|
||||||
|
|
||||||
#get depends if needed.
|
#get depends if needed.
|
||||||
sudo apt-get update
|
sudo -A apt-get update
|
||||||
if ! hash yad 2>/dev/null; then
|
if ! hash yad 2>/dev/null; then
|
||||||
sudo apt install -y yad
|
sudo -A apt install -y yad
|
||||||
fi
|
fi
|
||||||
if ! hash jq 2>/dev/null; then
|
if ! hash jq 2>/dev/null; then
|
||||||
sudo apt install -y jq
|
sudo -A apt install -y jq
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $HOME/patmenu/config ]; then
|
if [ -f $HOME/patmenu/config ]; then
|
||||||
@ -50,7 +50,7 @@ Terminal=false
|
|||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;HamRadio;
|
Categories=Network;HamRadio;
|
||||||
EOF
|
EOF
|
||||||
sudo cp /run/user/$UID/patmenu.desktop /usr/share/applications/patmenu.desktop
|
sudo -A cp /run/user/$UID/patmenu.desktop /usr/share/applications/patmenu.desktop
|
||||||
|
|
||||||
#download RMS List
|
#download RMS List
|
||||||
$MYPATH/getardoplist
|
$MYPATH/getardoplist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user