512
edits
(→Download_and_compile.sh: download_and_compile.sh has no -n option (n must be the argument of -p here)) |
(→Download_and_compile.sh: Use a wiki template for the FGMeta URL (besides, the previous link pointed to FGData...)) |
||
| Line 168: | Line 168: | ||
mkdir $HOME/fg2024 | mkdir $HOME/fg2024 | ||
cd $HOME/fg2024 | cd $HOME/fg2024 | ||
git clone | git clone {{fgmeta source | ||
| type = git | |||
| full = 1 | |||
}} fgmeta | |||
fgmeta/download_and_compile.sh -p n FGFS | fgmeta/download_and_compile.sh -p n FGFS | ||
The ''-p n'' arg tells the script to NOT use ''apt'' to check, update, or fetch packages. Once the required packages are loaded from the Fedora repositories normal dnf upgrade commands will update the needed packages along with the rest of your system. | The ''-p n'' arg tells the script to NOT use ''apt'' to check, update, or fetch packages. Once the required packages are loaded from the Fedora repositories normal dnf upgrade commands will update the needed packages along with the rest of your system. | ||
edits