mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
fix #28
This commit is contained in:
parent
704aabea3a
commit
cae41832a8
1 changed files with 2 additions and 1 deletions
|
|
@ -261,7 +261,8 @@ MYPASS
|
|||
fi
|
||||
|
||||
sudo -A apt upgrade -y
|
||||
sudo -A apt install build-essential git -y
|
||||
#below may be needed on x86 builds and does no harm if already installed.
|
||||
sudo -A apt install build-essential git curl -y
|
||||
sudo -A mkdir -p /usr/local/share/applications
|
||||
|
||||
mkdir -p ${HOME}/.config/autostart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue