Add VHDL formatter

This commit is contained in:
2024-10-09 10:00:30 +02:00
parent cfa581bf05
commit deda105b50
4 changed files with 34 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ local function setup_pascal()
-- if return value is 1, get ptop
if check_ptop == 1 then
os.execute("wget -o ~/.local/bin/ptop https://www.nickr.eu/data/ptop64")
os.execute("wget -O ~/.local/bin/ptop https://www.nickr.eu/data/ptop64")
os.execute("chmod +x ~/.local/bin/ptop")
end